1
0
Fork 0

Drop explicit SDK setting on Mac

This commit is contained in:
James Turner 2015-09-20 08:32:23 -05:00
parent f4fa68754b
commit 53b41d0284

View file

@ -17,7 +17,6 @@ endif()
if(APPLE)
# 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)
set(CMAKE_INSTALL_RPATH "@loader_path/../Frameworks")
# when building, don't use the install RPATH already