We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86ffa5 commit 1e12090Copy full SHA for 1e12090
CMakeLists.txt
@@ -169,7 +169,7 @@ else()
169
message(FATAL_ERROR "OpenGL ES 3 support is currently only available for Linux platforms. You're building for ${CMAKE_SYSTEM_NAME}.")
170
endif()
171
172
- if (CMAKE_VERSION VERSION_LESS_EQUAL "3.22")
+ if (CMAKE_VERSION VERSION_LESS_EQUAL "3.22" OR CMAKE_SYSTEM_NAME STREQUAL Android)
173
# We use a local find script for OpenGL::GLES3 until the proposed changes are merged upstream.
174
list(APPEND CMAKE_MODULE_PATH "${PROJECTM_SOURCE_DIR}/cmake/gles")
175
0 commit comments