CMake/Tests/RunCMake/GeneratorExpression/BadOR.cmake

8 lines
108 B
CMake

add_custom_target(check ALL COMMAND check
$<OR>
$<OR:>
$<OR:,>
$<OR:01>
$<OR:nothing>
VERBATIM)