GoodAND.cmake 80 B

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