CMake/Tests/RunCMake/add_custom_target/BadTargetName-stderr.txt
Brad King 39baf728b7 Tests: Test add_custom_command and add_custom_target error cases
Add RunCMake.add_custom_command and RunCMake.add_custom_target tests to
cover the error messages for these commands.
2014-11-14 11:43:35 -05:00

18 lines
682 B
Plaintext

CMake Error at BadTargetName.cmake:1 \(add_custom_target\):
add_custom_target called with target name containing a "#". This character
is not allowed.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
+
CMake Error at BadTargetName.cmake:2 \(add_custom_target\):
add_custom_target called with target name containing a "<". This character
is not allowed.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
+
CMake Error at BadTargetName.cmake:3 \(add_custom_target\):
add_custom_target called with target name containing a ">". This character
is not allowed.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)