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
/
block
/
InvalidNesting2.cmake
blob: ae94cdcb3127340224f178c10c88c33abf6c797a (
plain
)
1
2
3
4
5
6
block() if (TRUE) elseif(FALSE) endblock() endif()