From 5945805b1567c20546ae294705454733f8c071f8 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 11 Oct 2018 13:52:25 +0200 Subject: [PATCH] CMake: remove erroneous status message OPENGL_VERSION is the version requested by the user, not the detected one... --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 21a10a641..005b22cb9 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")