Adjust OSG Multiview warnings

This commit is contained in:
Alexei Kotov
2026-03-30 20:18:58 +03:00
parent 043548f3de
commit 590eb08202
+2 -2
View File
@@ -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)