diff options
| author | Ahmad Fatoum <[email protected]> | 2018-10-11 13:52:25 +0200 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-10-11 13:52:25 +0200 |
| commit | 5945805b1567c20546ae294705454733f8c071f8 (patch) | |
| tree | 9ce279140f165e9f475cecff05d2ed60cc1c22bf /src/CMakeLists.txt | |
| parent | 9b25da5f98475e13359d47da4aa64a969b56dac5 (diff) | |
| download | raylib-5945805b1567c20546ae294705454733f8c071f8.tar.gz raylib-5945805b1567c20546ae294705454733f8c071f8.zip | |
CMake: remove erroneous status message
OPENGL_VERSION is the version requested by the user,
not the detected one...
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 21a10a64..005b22cb 100644 --- a/src/CMakeLists.txt +++ b/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") |
