CMake/Tests/RunCMake/GeneratorExpression/BadOR.cmake

5 lines
73 B
CMake

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