Browse Source

modules: did I mention already that I'm producing only crap today?

pull/141/head
Vladimír Vondruš 10 years ago
parent
commit
144b0c2b8e
  1. 2
      modules/FindEGL.cmake

2
modules/FindEGL.cmake

@ -61,8 +61,6 @@ find_package_handle_standard_args(EGL DEFAULT_MSG
EGL_INCLUDE_DIR)
if(NOT TARGET EGL::EGL)
add_library(EGL::EGL UNKNOWN IMPORTED)
# Work around BUGGY framework support on OSX
# http://public.kitware.com/pipermail/cmake/2016-April/063179.html
if(APPLE AND ${EGL_LIBRARY} MATCHES "\\.framework$")

Loading…
Cancel
Save