diff options
author | Brad King <brad.king@kitware.com> | 2022-07-07 13:06:53 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-07-07 13:07:01 (GMT) |
commit | 24631689f064fbfade7afaea53e86924a5e8f86e (patch) | |
tree | 0475bdd84afa4b65229dd48fa22929418478ed61 /Tests/RunCMake/GenEx-LINK_LIBRARY/invalid-property-stderr.txt | |
parent | 53d89b30d897f1a7c857eb1a99c90c1fca99b356 (diff) | |
parent | 913ea78d7a22302fcaecb284096239bdb05b6206 (diff) | |
download | CMake-24631689f064fbfade7afaea53e86924a5e8f86e.zip CMake-24631689f064fbfade7afaea53e86924a5e8f86e.tar.gz CMake-24631689f064fbfade7afaea53e86924a5e8f86e.tar.bz2 |
Merge topic 'genex-LINK_LIBRARY-check-supported-properties'
913ea78d7a Genex LINK_LIBRARY and LINK_GROUP: check supported properties
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !7454
Diffstat (limited to 'Tests/RunCMake/GenEx-LINK_LIBRARY/invalid-property-stderr.txt')
-rw-r--r-- | Tests/RunCMake/GenEx-LINK_LIBRARY/invalid-property-stderr.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/RunCMake/GenEx-LINK_LIBRARY/invalid-property-stderr.txt b/Tests/RunCMake/GenEx-LINK_LIBRARY/invalid-property-stderr.txt new file mode 100644 index 0000000..7410e48 --- /dev/null +++ b/Tests/RunCMake/GenEx-LINK_LIBRARY/invalid-property-stderr.txt @@ -0,0 +1,10 @@ +CMake Error at invalid-property.cmake:[0-9]+ \(set_property\): + Error evaluating generator expression: + + \$<LINK_LIBRARY:feat,dep> + + \$<LINK_LIBRARY:...> may only be used with binary targets to specify link + libraries through 'LINK_LIBRARIES', 'INTERFACE_LINK_LIBRARIES', and + 'INTERFACE_LINK_LIBRARIES_DIRECT' properties. +Call Stack \(most recent call first\): + CMakeLists.txt:[0-9]+ \(include\) |