mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
cmake: Fix FindOpenGLES
This commit is contained in:
parent
59d2285c8e
commit
cb767c7705
|
@ -173,7 +173,9 @@ foreach(_comp IN LISTS OpenGLES_FIND_COMPONENTS)
|
|||
set(OpenGLES_${_comp}_FOUND FALSE)
|
||||
endif()
|
||||
endforeach()
|
||||
list(REMOVE_DUPLICATES _gles_required_vars)
|
||||
if(_gles_required_vars)
|
||||
list(REMOVE_DUPLICATES _gles_required_vars)
|
||||
endif()
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(
|
||||
|
|
Loading…
Reference in a new issue