Browse Source

modules: guess what I screwed up this time!

pull/141/head
Vladimír Vondruš 10 years ago
parent
commit
60eab7e4fd
  1. 1
      modules/FindMagnum.cmake

1
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

Loading…
Cancel
Save