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 8c68598 commit ee46a01Copy full SHA for ee46a01
4 files changed
CMakeLists.txt
@@ -165,17 +165,6 @@ else()
165
166
if(ENABLE_GLES)
167
message(STATUS "Building for OpenGL Embedded Profile")
168
-
169
- # We use a local find script for OpenGL::GLES3 until the proposed changes are merged upstream.
170
- if(WIN32)
171
- list(APPEND CMAKE_MODULE_PATH "${PROJECTM_SOURCE_DIR}/cmake/gles")
172
- find_package(OpenGL REQUIRED COMPONENTS GLES3)
173
- if(NOT TARGET OpenGL::GLES3)
174
- message(FATAL_ERROR "No suitable GLES3 library was found.")
175
- endif()
176
177
- set(PROJECTM_OPENGL_LIBRARIES OpenGL::GLES3)
178
179
set(USE_GLES ON)
180
else()
181
message(STATUS "Building for OpenGL Core Profile")
0 commit comments