You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
211 B
17 lines
211 B
11 years ago
|
include(RunCMake)
|
||
|
|
||
|
foreach(p
|
||
|
CMP0029
|
||
|
CMP0030
|
||
|
CMP0031
|
||
|
CMP0032
|
||
|
CMP0033
|
||
|
CMP0034
|
||
|
CMP0035
|
||
|
CMP0036
|
||
|
)
|
||
|
run_cmake(${p}-WARN)
|
||
|
run_cmake(${p}-OLD)
|
||
|
run_cmake(${p}-NEW)
|
||
|
endforeach()
|