mirror of
https://github.com/OpenMW/openmw.git
synced 2026-05-06 07:56:40 -04:00
Adjust OSG Multiview warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user