diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2016-10-31 09:29:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-01 13:37:49 (GMT) |
commit | 935041908db878163ab03f175b992981fc4b8ff3 (patch) | |
tree | 1d61d907cf546829b96264cdaa28db0d94ae3757 /Modules/FindGDAL.cmake | |
parent | 542d52f95e3540953113fc66dc7a7958b9c184de (diff) | |
download | CMake-935041908db878163ab03f175b992981fc4b8ff3.zip CMake-935041908db878163ab03f175b992981fc4b8ff3.tar.gz CMake-935041908db878163ab03f175b992981fc4b8ff3.tar.bz2 |
Darwin: Remove deployment target version check
Starting with Xcode 8 the SDK folder also contains an unversioned entry:
MacOSX.sdk
MacOSX10.12.sdk -> MacOSX.sdk
If this unversioned path is used CMake cannot detect the SDK version.
Furthermore, querying the SDK version via
xcodebuild -sdk <sysroot> -version Path
gives bogus results for the Command Line Tools installed into `/`.
The OS X deployment target version and SDK version are not as tied as
they once were, so this check is now more trouble than it is worth.
Simply remove it.
Closes: #16323
Diffstat (limited to 'Modules/FindGDAL.cmake')
0 files changed, 0 insertions, 0 deletions