mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 01:59:43 -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>
|
|
)
|