summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/BadOR.cmake
blob: 0813400d6bb531fe626879d4f48024feaec6defa (plain)
1
2
3
4
5
6
7
add_custom_target(check ALL COMMAND check
  $<OR>
  $<OR:>
  $<OR:,>
  $<OR:01>
  $<OR:nothing>
  VERBATIM)