summaryrefslogtreecommitdiffhomepage
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-10-11 13:52:25 +0200
committerAhmad Fatoum <[email protected]>2018-10-11 13:52:25 +0200
commit5945805b1567c20546ae294705454733f8c071f8 (patch)
tree9ce279140f165e9f475cecff05d2ed60cc1c22bf /src/CMakeLists.txt
parent9b25da5f98475e13359d47da4aa64a969b56dac5 (diff)
downloadraylib-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.txt1
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")