summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-08 19:48:33 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-08 19:48:33 (GMT)
commitac16b88e5062c0c5d7bd020fdd139a2953d427c9 (patch)
tree50d5b424d0808d282886460b79d570063e35e37e
parentf00e44a9f71395c5960bd83a86a1a537a7bf7e79 (diff)
parent67516fb57e7f0781c79801efdcae8f76bb1adaae (diff)
downloadCMake-ac16b88e5062c0c5d7bd020fdd139a2953d427c9.zip
CMake-ac16b88e5062c0c5d7bd020fdd139a2953d427c9.tar.gz
CMake-ac16b88e5062c0c5d7bd020fdd139a2953d427c9.tar.bz2
Merge branch 'FindSDL-quoting' into release
-rw-r--r--Modules/FindSDL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindSDL.cmake b/Modules/FindSDL.cmake
index 3905e54..45ca1d4 100644
--- a/Modules/FindSDL.cmake
+++ b/Modules/FindSDL.cmake
@@ -106,7 +106,7 @@ find_library(SDL_LIBRARY_TEMP
)
if(NOT SDL_BUILDING_LIBRARY)
- if(NOT ${SDL_INCLUDE_DIR} MATCHES ".framework")
+ if(NOT SDL_INCLUDE_DIR MATCHES ".framework")
# Non-OS X framework versions expect you to also dynamically link to
# SDLmain. This is mainly for Windows and OS X. Other (Unix) platforms
# seem to provide SDLmain for compatibility even though they don't