X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=c88ac3b277ed90f17c811c70c546339e51dc2b4f;hb=53b41d0284112542699289680f01c944bbb04567;hp=4808f9d7fccece0757ed5efee4f752c16d505da0;hpb=54de0e92069954872c070cf02564cd4b0c9b2ba4;p=flightgear.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 4808f9d7f..c88ac3b27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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