BadIF.cmake 81 B

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