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
/
Syntax
/
MacroUnmatchedForeach.cmake
blob: be443dd9b522482f58d6b0e1f7119a0e4edca9a3 (
plain
)
1
2
3
4
5
macro(m) foreach(i 1) #endforeach() # missing endmacro() m()