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