diff options
author | Brad King <brad.king@kitware.com> | 2020-06-17 10:43:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-06-17 10:43:22 (GMT) |
commit | 56134e3690c6f3fc15c6a7d829fbfbfe5bc7e8f3 (patch) | |
tree | a453491a0c2be2502349045d2c0b8fbee286277f /Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt | |
parent | 66d323bd63a7c001c977c95b84344534687bebba (diff) | |
parent | 9ae33828553597c22a71ad64938a7a4d66d4ebc7 (diff) | |
download | CMake-56134e3690c6f3fc15c6a7d829fbfbfe5bc7e8f3.zip CMake-56134e3690c6f3fc15c6a7d829fbfbfe5bc7e8f3.tar.gz CMake-56134e3690c6f3fc15c6a7d829fbfbfe5bc7e8f3.tar.bz2 |
Merge topic 'test-file-GET_RUNTIME_DEPENDENCIES' into release-3.18
9ae3382855 Tests: Shorten case names in RunCMake.file-GET_RUNTIME_DEPENDENCIES test
248d0570c9 Tests: Factor out RunCMake.file-GET_RUNTIME_DEPENDENCIES test
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4904
Diffstat (limited to 'Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt')
-rw-r--r-- | Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt b/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt new file mode 100644 index 0000000..c6ad3d0 --- /dev/null +++ b/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2-stderr.txt @@ -0,0 +1,23 @@ +^CMake Warning \(dev\) at badargs2\.cmake:[0-9]+ \(file\): + You have used file\(GET_RUNTIME_DEPENDENCIES\) in project mode\. This is + probably not what you intended to do\. Instead, please consider using it in + an install\(CODE\) or install\(SCRIPT\) command\. For example: + + install\(CODE \[\[ + file\(GET_RUNTIME_DEPENDENCIES + # \.\.\. + \) + ]]\) +Call Stack \(most recent call first\): + CMakeLists\.txt:[0-9]+ \(include\) +This warning is for project developers\. Use -Wno-dev to suppress it\. + +CMake Error at badargs2\.cmake:[0-9]+ \(file\): + file Keywords missing values: + + RESOLVED_DEPENDENCIES_VAR + UNRESOLVED_DEPENDENCIES_VAR + CONFLICTING_DEPENDENCIES_PREFIX + BUNDLE_EXECUTABLE +Call Stack \(most recent call first\): + CMakeLists\.txt:[0-9]+ \(include\)$ |