summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/DeploymentTarget.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-041-10/+3
| | | | | | | | | | | - Remove code signing requirements for non-macOS - Do not set deployment target for non-macOS - Build static library for compiler feature detection for non-macOS - Use framework to run CompilerId tests for watchOS - Port tests to new SDK handling - Add new Apple cross-compiling section to toolchain documentation Closes: #17870
* Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-221-0/+32
Closes: #17431