1 2 3 4 5 6 7 8 9 10
include(RunCMake) foreach(p CMP0029 CMP0030 ) run_cmake(${p}-WARN) run_cmake(${p}-OLD) run_cmake(${p}-NEW) endforeach()