diff options
author | Brad King <brad.king@kitware.com> | 2022-03-25 13:09:49 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-03-25 13:09:56 (GMT) |
commit | 96420a4afdd1467e05384dd8ba83e73154388fb7 (patch) | |
tree | 6f3623d7aae57421acb1f7495abd829f77f901cf /Tests/RunCMake/CommandLine/Fresh-stdout.txt | |
parent | b11d789ef7341ca717949a4e47f14e75fe41a4c2 (diff) | |
parent | 9f1471739d83c9e61b6700a0c369b7f7bbb19071 (diff) | |
download | CMake-96420a4afdd1467e05384dd8ba83e73154388fb7.zip CMake-96420a4afdd1467e05384dd8ba83e73154388fb7.tar.gz CMake-96420a4afdd1467e05384dd8ba83e73154388fb7.tar.bz2 |
Merge topic 'cmake-fresh'
9f1471739d cmake: Add --fresh option to clear the cache and start from scratch
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !7099
Diffstat (limited to 'Tests/RunCMake/CommandLine/Fresh-stdout.txt')
-rw-r--r-- | Tests/RunCMake/CommandLine/Fresh-stdout.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/Fresh-stdout.txt b/Tests/RunCMake/CommandLine/Fresh-stdout.txt new file mode 100644 index 0000000..b5cece9 --- /dev/null +++ b/Tests/RunCMake/CommandLine/Fresh-stdout.txt @@ -0,0 +1,4 @@ +-- CMAKE_SOURCE_DIR='[^']*/Tests/RunCMake/CommandLine' +-- CMAKE_BINARY_DIR='[^']*/Tests/RunCMake/CommandLine/Fresh-build' +-- OLD CACHED_VAR_1='' +-- NEW CACHED_VAR_1='CACHED-VALUE-1' |