From 70c5d605641b628039f75cb8761ce783a17a5bdf Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 20 Sep 2015 08:33:39 -0500 Subject: [PATCH] Drop explicit SDK setting on Mac --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74056eea..5e3b9052 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,6 @@ include (CheckCXXCompilerFlag) # using 10.7 because boost requires libc++ and 10.6 doesn't include it set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7) -set(CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk) # only relevant for building shared libs but let's set it regardless set(CMAKE_OSX_RPATH 1) -- 2.39.5