mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
7fec336bf7
Define `$<TARGET_EXISTS:a>` to `1` if `a` is an existed target name, else `0`.
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
CMake Error at TARGET_EXISTS-empty-arg.cmake:2 \(file\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<TARGET_EXISTS:>
|
|
|
|
\$<TARGET_EXISTS:tgt> expression requires a non-empty valid target name.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:[0-9]+ \(include\)
|