summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-GNU-C.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-09-21 12:53:42 (GMT)
committerBrad King <brad.king@kitware.com>2012-09-21 12:53:42 (GMT)
commita0a0877a1eb111d37ac4766a368206e73458489e (patch)
treedf5ed0dc179b7391972576c1c21ed70d87efbf22 /Modules/Platform/Darwin-GNU-C.cmake
parent33a60e6bd148479c63734286417f582444bf36b6 (diff)
downloadCMake-a0a0877a1eb111d37ac4766a368206e73458489e.zip
CMake-a0a0877a1eb111d37ac4766a368206e73458489e.tar.gz
CMake-a0a0877a1eb111d37ac4766a368206e73458489e.tar.bz2
OS X: Always generate -isysroot if any SDK is in use
Drop the last use of CMAKE_OSX_SYSROOT_DEFAULT. Replace internal platform variable CMAKE_${lang}_HAS_ISYSROOT with a more general CMAKE_${lang}_SYSROOT_FLAG variable. If the -isysroot flag exists and CMAKE_OSX_SYSROOT points to an SDK (not "/") then always add it to compiler command lines. This is already done in the Xcode IDE.
Diffstat (limited to 'Modules/Platform/Darwin-GNU-C.cmake')
-rw-r--r--Modules/Platform/Darwin-GNU-C.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Darwin-GNU-C.cmake b/Modules/Platform/Darwin-GNU-C.cmake
index 4e326c4..efdfd00 100644
--- a/Modules/Platform/Darwin-GNU-C.cmake
+++ b/Modules/Platform/Darwin-GNU-C.cmake
@@ -1,4 +1,4 @@
include(Platform/Darwin-GNU)
__darwin_compiler_gnu(C)
-cmake_gnu_has_isysroot(C)
+cmake_gnu_set_sysroot_flag(C)
cmake_gnu_set_osx_deployment_target_flag(C)