Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler info | Gregor Jasny | 2018-04-18 | 1 | -2/+0 |
| | | | | | | | | | Apple platforms macOS, iOS, tvOS, and watchOS can all share the same compiler information. Rename `Darwin-*` modules to `Apple-*` and load them all through `CMAKE_EFFECTIVE_SYSTEM_NAME`. This saves duplication of 4 * 21 compiler information modules. Issue: #17870 | ||||
* | OS X: Add platform-specific Clang compiler info files (#13536) | Brad King | 2012-09-17 | 1 | -0/+2 |
Clang has the same interface as GNU except that we do not need to test for the deployment target and sysroot flags. Simply set variables CMAKE_${lang}_HAS_ISYSROOT CMAKE_${lang}_OSX_DEPLOYMENT_TARGET_FLAG to true because every version of Clang available on OS X supports these flags. |