diff options
author | Brad King <brad.king@kitware.com> | 2021-12-17 21:22:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-12-20 14:56:51 (GMT) |
commit | 37a25072eab0af07adb01594a9500d9a51a68be8 (patch) | |
tree | 1b1560919180849ca0b340be81e6ce07d51ff6bc /Tests/RunCMake/LinkItemValidation/CMP0028-WARN-stderr.txt | |
parent | af9fcbd006dca8489ef22d8ed5115894be35b2ac (diff) | |
download | CMake-37a25072eab0af07adb01594a9500d9a51a68be8.zip CMake-37a25072eab0af07adb01594a9500d9a51a68be8.tar.gz CMake-37a25072eab0af07adb01594a9500d9a51a68be8.tar.bz2 |
Tests: Rename RunCMake.{CMP0028 => LinkItemValidation}
Generalize the test name to prepare for cases beyond CMP0028.
Diffstat (limited to 'Tests/RunCMake/LinkItemValidation/CMP0028-WARN-stderr.txt')
-rw-r--r-- | Tests/RunCMake/LinkItemValidation/CMP0028-WARN-stderr.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tests/RunCMake/LinkItemValidation/CMP0028-WARN-stderr.txt b/Tests/RunCMake/LinkItemValidation/CMP0028-WARN-stderr.txt new file mode 100644 index 0000000..c0cb5b0 --- /dev/null +++ b/Tests/RunCMake/LinkItemValidation/CMP0028-WARN-stderr.txt @@ -0,0 +1,17 @@ +CMake Warning \(dev\) at CMP0028-WARN\.cmake:3 \(target_link_libraries\): + Policy CMP0028 is not set: Double colon in target name means ALIAS or + IMPORTED target. Run "cmake --help-policy CMP0028" for policy details. + Use the cmake_policy command to set the policy and suppress this warning. + + Target "foo" links to: + + External::Library + + but the target was not found. Possible reasons include: +( + \*[^ +]+)* + +Call Stack \(most recent call first\): + CMakeLists\.txt:[0-9]+ \(include\) +This warning is for project developers. Use -Wno-dev to suppress it. |