CMake: remove erroneous status message
OPENGL_VERSION is the version requested by the user, not the detected one...
This commit is contained in:
parent
9b25da5f98
commit
5945805b15
@ -125,7 +125,6 @@ elseif(${PLATFORM} MATCHES "Raspberry Pi")
|
||||
endif()
|
||||
|
||||
if (${OPENGL_VERSION})
|
||||
MESSAGE(STATUS "Detected OpenGL version: ${OPENGL_VERSION}")
|
||||
set(${SUGGESTED_GRAPHICS} "${GRAPHICS}")
|
||||
if (${OPENGL_VERSION} MATCHES "3.3")
|
||||
set(GRAPHICS "GRAPHICS_API_OPENGL_33")
|
||||
|
Loading…
Reference in New Issue
Block a user