mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
6 lines
116 B
CMake
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>
|
|
)
|