diff options
author | Robert Maynard <rmaynard@nvidia.com> | 2022-02-14 15:23:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-16 17:11:33 (GMT) |
commit | f73457ca2ecb7abe66050910d74a37f80d10de2e (patch) | |
tree | e629aff9fdbe7956852b94746d22c690ed21597c /Tests/RunCMake/CommandLine/S-B-extra-path-stderr.txt | |
parent | 67f97f54789413f47a0f03a36c3bb32518a2e922 (diff) | |
download | CMake-f73457ca2ecb7abe66050910d74a37f80d10de2e.zip CMake-f73457ca2ecb7abe66050910d74a37f80d10de2e.tar.gz CMake-f73457ca2ecb7abe66050910d74a37f80d10de2e.tar.bz2 |
cmake: Ignore any empty "" command line arguments
Don't treat empty quote arguments("") as the current working
directory but instead ignore them.
Fixes #23217
Diffstat (limited to 'Tests/RunCMake/CommandLine/S-B-extra-path-stderr.txt')
-rw-r--r-- | Tests/RunCMake/CommandLine/S-B-extra-path-stderr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CommandLine/S-B-extra-path-stderr.txt b/Tests/RunCMake/CommandLine/S-B-extra-path-stderr.txt index 8794f74..e168a1b 100644 --- a/Tests/RunCMake/CommandLine/S-B-extra-path-stderr.txt +++ b/Tests/RunCMake/CommandLine/S-B-extra-path-stderr.txt @@ -1,4 +1,4 @@ ^CMake Warning: Ignoring extra path from command line: - /extra/path/$ + "/extra/path/"$ |