Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
DisallowedCommands
/
RunCMakeTest.cmake
blob: 208ea208552f53e92063fe9cb2bb98ebfcebac8d [
file
] [
log
] [
blame
]
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
()