Imported Upstream version 2.8.11.2
[platform/upstream/cmake.git] / Tests / RunCMake / GeneratorExpression / BadOR.cmake
index 0813400..c0309da 100644 (file)
@@ -4,4 +4,5 @@ add_custom_target(check ALL COMMAND check
   $<OR:,>
   $<OR:01>
   $<OR:nothing>
+  $<OR:0,nothing>
   VERBATIM)