summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-LINK_LIBRARY/invalid-property-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-07-07 13:06:53 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-07-07 13:07:01 (GMT)
commit24631689f064fbfade7afaea53e86924a5e8f86e (patch)
tree0475bdd84afa4b65229dd48fa22929418478ed61 /Tests/RunCMake/GenEx-LINK_LIBRARY/invalid-property-stderr.txt
parent53d89b30d897f1a7c857eb1a99c90c1fca99b356 (diff)
parent913ea78d7a22302fcaecb284096239bdb05b6206 (diff)
downloadCMake-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.txt10
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\)