summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GenEx-DEVICE_LINK/add_library-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-25 11:29:27 -0400
committerBrad King <brad.king@kitware.com>2021-06-25 11:29:46 -0400
commita95cbf389015ed71443921e5815369cff30349ee (patch)
tree08680feb23800f3f2570557e64974465fa9dbcb1 /Tests/RunCMake/GenEx-DEVICE_LINK/add_library-stderr.txt
parent4a0e68266b74479275ca62aca258ca876bc15fc4 (diff)
downloadcmake-a95cbf389015ed71443921e5815369cff30349ee.tar.gz
Tests: Shorten RunCMake.GenEx-* case names
Reduce the length of the longest path on disk needed by the tests.
Diffstat (limited to 'Tests/RunCMake/GenEx-DEVICE_LINK/add_library-stderr.txt')
-rw-r--r--Tests/RunCMake/GenEx-DEVICE_LINK/add_library-stderr.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/RunCMake/GenEx-DEVICE_LINK/add_library-stderr.txt b/Tests/RunCMake/GenEx-DEVICE_LINK/add_library-stderr.txt
new file mode 100644
index 0000000000..5b8448b696
--- /dev/null
+++ b/Tests/RunCMake/GenEx-DEVICE_LINK/add_library-stderr.txt
@@ -0,0 +1,9 @@
+CMake Error at add_library.cmake:[0-9]+ \(add_library\):
+ Error evaluating generator expression:
+
+ \$<DEVICE_LINK:empty.c>
+
+ \$<DEVICE_LINK:...> may only be used with binary targets to specify link
+ options.
+Call Stack \(most recent call first\):
+ CMakeLists.txt:[0-9]+ \(include\)