BadOR.cmake 79 B

1234
  1. set(error $<0>)
  2. add_custom_target(check ALL COMMAND check
  3. $<OR:0,${error}>
  4. )