diff options
| author | Brad King <brad.king@kitware.com> | 2020-09-14 11:52:31 -0400 |
|---|---|---|
| committer | Brad King <brad.king@kitware.com> | 2020-09-18 12:49:17 -0400 |
| commit | 2db623f554d5522350214a7c5bacd5ec2dec1b34 (patch) | |
| tree | 27da28d96274f726e195d216199fd949005a0930 /Tests/RunCMake/GeneratorToolset/TestToolsetXcodeBuildSystemDefault1-stdout.txt | |
| parent | 3ab18c870dc00499f33a40a193e95cc4e1df54ba (diff) | |
| download | cmake-2db623f554d5522350214a7c5bacd5ec2dec1b34.tar.gz | |
Xcode: Add option to specify build system variant
Extend the `-T <toolset>` option to support a `buildsystem=` field with
the Xcode generator. Add a `CMAKE_XCODE_BUILD_SYSTEM` variable to
inform project code about the selected build system variant.
Diffstat (limited to 'Tests/RunCMake/GeneratorToolset/TestToolsetXcodeBuildSystemDefault1-stdout.txt')
| -rw-r--r-- | Tests/RunCMake/GeneratorToolset/TestToolsetXcodeBuildSystemDefault1-stdout.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/GeneratorToolset/TestToolsetXcodeBuildSystemDefault1-stdout.txt b/Tests/RunCMake/GeneratorToolset/TestToolsetXcodeBuildSystemDefault1-stdout.txt new file mode 100644 index 0000000000..cba95ce6c4 --- /dev/null +++ b/Tests/RunCMake/GeneratorToolset/TestToolsetXcodeBuildSystemDefault1-stdout.txt @@ -0,0 +1 @@ +CMAKE_XCODE_BUILD_SYSTEM='1' |
