Files
CMake/Tests/RunCMake/GeneratorExpression/TARGET_EXISTS-no-arg-stderr.txt
T
Alex Turbov 7fec336bf7 genex: Add TARGET_EXISTS to check for target existence
Define `$<TARGET_EXISTS:a>` to `1` if `a` is an existed target name,
else `0`.
2018-03-09 08:24:05 -05:00

9 lines
257 B
Plaintext

CMake Error at TARGET_EXISTS-no-arg.cmake:2 \(file\):
Error evaluating generator expression:
\$<TARGET_EXISTS>
\$<TARGET_EXISTS> expression requires exactly one parameter.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)