diff options
author | Brad King <brad.king@kitware.com> | 2020-07-21 17:41:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-07-22 17:42:58 (GMT) |
commit | 4ac9ee10ade455d50c5ca687876f30fd9e0b640a (patch) | |
tree | a4693204bcc2e09e0eb8259167090a3a0292a751 /Tests/RunCMake/InterfaceLibrary/target_commands-stderr.txt | |
parent | d45f0d719e0be324959d7ba5e9d84596592fc19a (diff) | |
download | CMake-4ac9ee10ade455d50c5ca687876f30fd9e0b640a.zip CMake-4ac9ee10ade455d50c5ca687876f30fd9e0b640a.tar.gz CMake-4ac9ee10ade455d50c5ca687876f30fd9e0b640a.tar.bz2 |
Tests: Rename test RunCMake.{interface_library => InterfaceLibrary}
Our RunCMake.<lower-case> namespace is meant for testing individual
CMake language commands.
Diffstat (limited to 'Tests/RunCMake/InterfaceLibrary/target_commands-stderr.txt')
-rw-r--r-- | Tests/RunCMake/InterfaceLibrary/target_commands-stderr.txt | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Tests/RunCMake/InterfaceLibrary/target_commands-stderr.txt b/Tests/RunCMake/InterfaceLibrary/target_commands-stderr.txt new file mode 100644 index 0000000..9362a75 --- /dev/null +++ b/Tests/RunCMake/InterfaceLibrary/target_commands-stderr.txt @@ -0,0 +1,47 @@ +CMake Error at target_commands.cmake:4 \(target_link_libraries\): + INTERFACE library can only be used with the INTERFACE keyword of + target_link_libraries +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) ++ +CMake Error at target_commands.cmake:5 \(target_link_libraries\): + INTERFACE library can only be used with the INTERFACE keyword of + target_link_libraries +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) ++ +CMake Error at target_commands.cmake:6 \(target_link_libraries\): + INTERFACE library can only be used with the INTERFACE keyword of + target_link_libraries +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) ++ +CMake Error at target_commands.cmake:7 \(target_link_libraries\): + INTERFACE library can only be used with the INTERFACE keyword of + target_link_libraries +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) ++ +CMake Error at target_commands.cmake:9 \(target_include_directories\): + target_include_directories may only set INTERFACE properties on INTERFACE + targets +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) ++ +CMake Error at target_commands.cmake:10 \(target_include_directories\): + target_include_directories may only set INTERFACE properties on INTERFACE + targets +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) ++ +CMake Error at target_commands.cmake:12 \(target_compile_definitions\): + target_compile_definitions may only set INTERFACE properties on INTERFACE + targets +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) ++ +CMake Error at target_commands.cmake:13 \(target_compile_definitions\): + target_compile_definitions may only set INTERFACE properties on INTERFACE + targets +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) |