diff --git a/cmake/CheckOsgMultiview.cmake b/cmake/CheckOsgMultiview.cmake index 1dcea31a32..86013c1264 100644 --- a/cmake/CheckOsgMultiview.cmake +++ b/cmake/CheckOsgMultiview.cmake @@ -20,7 +20,7 @@ try_compile(RESULT_VAR ) set(HAVE_MULTIVIEW ${RESULT_VAR}) if(HAVE_MULTIVIEW) - message(STATUS "Osg supports multiview") + message(STATUS "OSG supports multiview") else(HAVE_MULTIVIEW) - message(NOTICE "Osg does not support multiview, disabling use of GL_OVR_multiview") + message(STATUS "OSG does not support multiview, disabling use of GL_OVR_multiview") endif(HAVE_MULTIVIEW)