CMake/Tests/RunCMake/GeneratorExpression/BadTargetName-stderr.txt
Stephen Kelly b0c8f73eb6 Add the TARGET_NAME generator expression.
It will be used as a preprocessing marker.
2013-01-05 01:05:09 +01:00

9 lines
257 B
Plaintext

CMake Error at BadTargetName.cmake:1 \(add_custom_target\):
Error evaluating generator expression:
\$<TARGET_NAME:\$<1:tgt>>
\$<TARGET_NAME> expression requires literal input.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)$