From 60eab7e4fd13957b25ee47663f90257d727a3daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 25 Mar 2016 19:24:10 +0100 Subject: [PATCH] modules: guess what I screwed up this time! --- modules/FindMagnum.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index ae7b4fd4e..6d9637c97 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -499,7 +499,6 @@ foreach(_component ${Magnum_FIND_COMPONENTS}) find_package(EGL) set_property(TARGET Magnum::${_component} APPEND PROPERTY INTERFACE_LINK_LIBRARIES EGL::EGL) - endif() # Windowless WGL application has no additional dependencies