Parcourir la source
CMake: remove erroneous status message
OPENGL_VERSION is the version requested by the user,
not the detected one...
pull/661/head
Ahmad Fatoum
il y a 7 ans
Parent
révision
5945805b15
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: C3EAC3DE9321D59B
1 fichiers modifiés avec
0 ajouts et
1 suppressions
-
src/CMakeLists.txt
|
|
|
@ -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") |
|
|
|
|