diff options
author | Brad King <brad.king@kitware.com> | 2021-06-25 15:29:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-25 15:29:46 (GMT) |
commit | a95cbf389015ed71443921e5815369cff30349ee (patch) | |
tree | 08680feb23800f3f2570557e64974465fa9dbcb1 /Tests/RunCMake/GenEx-LINK_LANGUAGE/add_executable-stderr.txt | |
parent | 4a0e68266b74479275ca62aca258ca876bc15fc4 (diff) | |
download | CMake-a95cbf389015ed71443921e5815369cff30349ee.zip CMake-a95cbf389015ed71443921e5815369cff30349ee.tar.gz CMake-a95cbf389015ed71443921e5815369cff30349ee.tar.bz2 |
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-LINK_LANGUAGE/add_executable-stderr.txt')
-rw-r--r-- | Tests/RunCMake/GenEx-LINK_LANGUAGE/add_executable-stderr.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/RunCMake/GenEx-LINK_LANGUAGE/add_executable-stderr.txt b/Tests/RunCMake/GenEx-LINK_LANGUAGE/add_executable-stderr.txt new file mode 100644 index 0000000..06c00fc --- /dev/null +++ b/Tests/RunCMake/GenEx-LINK_LANGUAGE/add_executable-stderr.txt @@ -0,0 +1,9 @@ +CMake Error at add_executable.cmake:1 \(add_executable\): + Error evaluating generator expression: + + \$<LINK_LANGUAGE> + + \$<LINK_LANGUAGE:...> may only be used with binary targets to specify link + libraries, link directories, link options and link depends. +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) |