Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e44b551e8d0e96bc52836bdf8b9c0355c20e3800
/
.
/
Tests
/
RunCMake
/
if
/
MatchesSelf.cmake
blob: 3131ac4f482fc97609e79f51527a7e0678b022a7 [
file
] [
log
] [
blame
]
foreach
(
n
0
1
2
3
4
5
6
7
8
9
COUNT
)
if
(
CMAKE_MATCH_$
{
n
}
MATCHES
"x"
)
endif
()
endforeach
()