Browse Source

modules: proper bug link.

pull/141/head
Vladimír Vondruš 10 years ago
parent
commit
cff718b92c
  1. 2
      modules/FindSDL2.cmake

2
modules/FindSDL2.cmake

@ -96,7 +96,7 @@ if(NOT TARGET SDL2::SDL2)
add_library(SDL2::SDL2 UNKNOWN IMPORTED) add_library(SDL2::SDL2 UNKNOWN IMPORTED)
# Work around BUGGY framework support on OSX # Work around BUGGY framework support on OSX
# https://cmake.org/Bug/view.php?id=13765 # https://cmake.org/Bug/view.php?id=14105
if(CORRADE_TARGET_APPLE AND ${SDL2_LIBRARY} MATCHES "\\.framework$") if(CORRADE_TARGET_APPLE AND ${SDL2_LIBRARY} MATCHES "\\.framework$")
set_property(TARGET SDL2::SDL2 PROPERTY IMPORTED_LOCATION ${SDL2_LIBRARY}/SDL2) set_property(TARGET SDL2::SDL2 PROPERTY IMPORTED_LOCATION ${SDL2_LIBRARY}/SDL2)
else() else()

Loading…
Cancel
Save