diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-10-27 11:33:37 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-10-27 11:33:46 (GMT) |
commit | 105ef112c990df78869a37f0b045087d3b0c900f (patch) | |
tree | 54985ff89210bbd426cde0228d1d62e25c355d4f /Tests/RunCMake/CommandLine | |
parent | c79e02c4c3acb16d81d1b940074853f653634546 (diff) | |
parent | b7d7eca66db97f9dcb6068762733f06941c0c05a (diff) | |
download | CMake-105ef112c990df78869a37f0b045087d3b0c900f.zip CMake-105ef112c990df78869a37f0b045087d3b0c900f.tar.gz CMake-105ef112c990df78869a37f0b045087d3b0c900f.tar.bz2 |
Merge topic 'cmake-presets-path-arg'
b7d7eca66d CMakePresets.json: Rework how --preset argument is handled
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5416
Diffstat (limited to 'Tests/RunCMake/CommandLine')
-rw-r--r-- | Tests/RunCMake/CommandLine/NoArgs-stdout.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/RunCMake/CommandLine/NoArgs-stdout.txt b/Tests/RunCMake/CommandLine/NoArgs-stdout.txt index 50f7d9d..f1dafc8 100644 --- a/Tests/RunCMake/CommandLine/NoArgs-stdout.txt +++ b/Tests/RunCMake/CommandLine/NoArgs-stdout.txt @@ -3,7 +3,6 @@ cmake \[options\] <path-to-source> cmake \[options\] <path-to-existing-build> cmake \[options\] -S <path-to-source> -B <path-to-build> - cmake \[options\] -S <path-to-source> --preset=<preset-name> Specify a source directory to \(re-\)generate a build system for it in the current working directory. Specify an existing build directory to |