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
/
GoodOR.cmake
blob: b574937506477e9e7faabedcb6652302c8261bcc (
plain
)
1
2
3
4
set(error $<0>) add_custom_target(check ALL COMMAND check $<OR:1,${error}> )