c0309da25829118076d9cd8ff7cd534827344954
[platform/upstream/cmake.git] / Tests / RunCMake / GeneratorExpression / BadOR.cmake
1 add_custom_target(check ALL COMMAND check
2   $<OR>
3   $<OR:>
4   $<OR:,>
5   $<OR:01>
6   $<OR:nothing>
7   $<OR:0,nothing>
8   VERBATIM)