From cff718b92c8af57c9dd2f0d38c830dcb50dbb26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 7 Apr 2016 11:05:34 +0200 Subject: [PATCH] modules: proper bug link. --- modules/FindSDL2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindSDL2.cmake b/modules/FindSDL2.cmake index afc8efdab..fe1435eb7 100644 --- a/modules/FindSDL2.cmake +++ b/modules/FindSDL2.cmake @@ -96,7 +96,7 @@ if(NOT TARGET SDL2::SDL2) add_library(SDL2::SDL2 UNKNOWN IMPORTED) # 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$") set_property(TARGET SDL2::SDL2 PROPERTY IMPORTED_LOCATION ${SDL2_LIBRARY}/SDL2) else()