CMake/Tests/RunCMake/GeneratorExpression/BadAND.cmake

5 lines
75 B
CMake

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