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