index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
GeneratorExpressionShortCircuit
/
GoodAND.cmake
blob: 26bcabad4b52617bb280b7cbc91e48994fa6e0a3 (
plain
)
1
2
3
4
set(error $<0>) add_custom_target(check ALL COMMAND check $<AND:0,${error}> )