diff options
author | Brad King <brad.king@kitware.com> | 2022-07-18 20:55:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-07-22 14:32:24 (GMT) |
commit | 74ec6b63c255fc18aa58b6f9d1013510c1efe2db (patch) | |
tree | 33875473db03a1498487cbdd4f200e953d649990 /Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt | |
parent | e56108f629f0719429487b51ff952e80138949fa (diff) | |
download | CMake-74ec6b63c255fc18aa58b6f9d1013510c1efe2db.zip CMake-74ec6b63c255fc18aa58b6f9d1013510c1efe2db.tar.gz CMake-74ec6b63c255fc18aa58b6f9d1013510c1efe2db.tar.bz2 |
cmFileCommand: Report keyword errors via argument parser results
Diffstat (limited to 'Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt')
-rw-r--r-- | Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt b/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt index c6ad3d0..39f307d 100644 --- a/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt +++ b/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt @@ -13,11 +13,21 @@ Call Stack \(most recent call first\): This warning is for project developers\. Use -Wno-dev to suppress it\. CMake Error at badargs2\.cmake:[0-9]+ \(file\): - file Keywords missing values: + Error after keyword "BUNDLE_EXECUTABLE": + + missing required value + + Error after keyword "CONFLICTING_DEPENDENCIES_PREFIX": + + missing required value + + Error after keyword "RESOLVED_DEPENDENCIES_VAR": + + missing required value + + Error after keyword "UNRESOLVED_DEPENDENCIES_VAR": + + missing required value - RESOLVED_DEPENDENCIES_VAR - UNRESOLVED_DEPENDENCIES_VAR - CONFLICTING_DEPENDENCIES_PREFIX - BUNDLE_EXECUTABLE Call Stack \(most recent call first\): CMakeLists\.txt:[0-9]+ \(include\)$ |