diff options
author | Brad King <brad.king@kitware.com> | 2022-11-15 15:44:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-15 15:45:21 (GMT) |
commit | 11b21ae14abb183a8c53324b7ae9e16fa02bf0bb (patch) | |
tree | 546ddae782386a9b160bc263dbfbb61f4e5174e2 /Tests/RunCMake/GenEx-TARGET_PROPERTY/LOCATION-stderr.txt | |
parent | a4d0e4ff8f10b9ec6cc175765d8ec15b5e780b0d (diff) | |
download | CMake-11b21ae14abb183a8c53324b7ae9e16fa02bf0bb.zip CMake-11b21ae14abb183a8c53324b7ae9e16fa02bf0bb.tar.gz CMake-11b21ae14abb183a8c53324b7ae9e16fa02bf0bb.tar.bz2 |
Tests: Move some cases to RunCMake.GenEx-TARGET_PROPERTY
Move some `TARGET_PROPERTY` cases from `RunCMake.GeneratorExpression`.
Diffstat (limited to 'Tests/RunCMake/GenEx-TARGET_PROPERTY/LOCATION-stderr.txt')
-rw-r--r-- | Tests/RunCMake/GenEx-TARGET_PROPERTY/LOCATION-stderr.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/RunCMake/GenEx-TARGET_PROPERTY/LOCATION-stderr.txt b/Tests/RunCMake/GenEx-TARGET_PROPERTY/LOCATION-stderr.txt new file mode 100644 index 0000000..a4c8dcd --- /dev/null +++ b/Tests/RunCMake/GenEx-TARGET_PROPERTY/LOCATION-stderr.txt @@ -0,0 +1,8 @@ +CMake Warning \(dev\) in CMakeLists\.txt: + Policy CMP0026 is not set: Disallow use of the LOCATION target property. + Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy + command to set the policy and suppress this warning. + + The LOCATION property should not be read from target "foo". Use the target + name directly with add_custom_command, or use the generator expression + \$<TARGET_FILE>, as appropriate. |