summaryrefslogtreecommitdiffstats
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()