2023-12-07 09:12:54 +01:00

6 lines
116 B
CMake

set(error $<0>)
add_custom_target(check ALL
COMMAND check $<IF:1,1,${error}>
COMMAND Check $<IF:0,${error},1>
)