Skip to content

Instantly share code, notes, and snippets.

@kkristof
Created July 17, 2016 17:57
Show Gist options
  • Save kkristof/7c5674a6381722d498b69bda7bb6a9b2 to your computer and use it in GitHub Desktop.
Save kkristof/7c5674a6381722d498b69bda7bb6a9b2 to your computer and use it in GitHub Desktop.
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index efe196a..2daf7eb 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -2,6 +2,6 @@ SET(LIB_DEPENDENCIES "")
find_package(EGL REQUIRED)
-if (${USE_GLES2})
+if (${GD_USE_GLES2})
find_package(GLES2 REQUIRED)
endif ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment