From 144b0c2b8e7ed06d796865aab651962a6de14247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 7 Apr 2016 16:09:20 +0200 Subject: [PATCH] modules: did I mention already that I'm producing only crap today? --- modules/FindEGL.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/FindEGL.cmake b/modules/FindEGL.cmake index d38ccbf52..b45a09f10 100644 --- a/modules/FindEGL.cmake +++ b/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$")