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
/
if
/
MatchesSelf.cmake
blob: 3131ac4f482fc97609e79f51527a7e0678b022a7 (
plain
)
1
2
3
4
foreach(n 0 1 2 3 4 5 6 7 8 9 COUNT) if(CMAKE_MATCH_${n} MATCHES "x") endif() endforeach()