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