summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6354e1ee..b53c9342c 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -424,7 +424,7 @@ endif(SDL_FOUND AND SDLIMAGE_FOUND AND FREETYPE_FOUND)
if(SDL2MAIN AND SDL2IMAGE AND GLES2)
set_with_reason(graphics/egl "SDL2/SDL2_image libs found" TRUE ${SDL2MAIN} ${SDL2IMAGE} ${GLES2})
message(STATUS "EGL libs found : ${SDL2MAIN} ${SDL2IMAGE} ${GLES2}")
-endif(SDL2_FOUND AND SDL2IMAGE_FOUND AND GLES2)
+endif(SDL2MAIN AND SDL2IMAGE AND GLES2)
if (LIBGPS_FOUND)
if (LIBGPS_NEW_FOUND)