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