Skip to content

Commit bec819e

Browse files
Update CMakeLists.txt
Co-authored-by: Kai Blaschke <kai.blaschke@kb-dev.net>
1 parent bb112d1 commit bec819e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ else()
170170
message(FATAL_ERROR "OpenGL ES 3 support is currently only available for Linux platforms. You're building for ${CMAKE_SYSTEM_NAME}.")
171171
endif()
172172

173-
if (CMAKE_VERSION VERSION_LESS_EQUAL "3.22" OR CMAKE_SYSTEM_NAME STREQUAL Android)
173+
if (CMAKE_VERSION VERSION_LESS_EQUAL "3.26" OR CMAKE_SYSTEM_NAME STREQUAL Android)
174174
# We use a local find script for OpenGL::GLES3 until the proposed changes are merged upstream.
175175
list(APPEND CMAKE_MODULE_PATH "${PROJECTM_SOURCE_DIR}/cmake/gles")
176176
endif()

0 commit comments

Comments
 (0)