Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
GeneratorExpression
/
TARGET_NAME_IF_EXISTS-not-a-target.cmake
blob: a054e6cc715899353953af602aebff00a9ad4863 [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0070 NEW
)
file
(
GENERATE OUTPUT TARGET_NAME_IF_EXISTS
-
not
-
a
-
target
-
generated
.
txt CONTENT
"$<TARGET_NAME_IF_EXISTS:just-random-string>"
)