Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CMP0121
/
RunCMakeTest.cmake
blob: 1ed5b1a5d149eadc34b6b8bebd1f026d06d41674 [
file
]
include
(
RunCMake
)
foreach
(
subcommand IN ITEMS ERANGE GET INSERT REMOVE_AT SUBLIST
-
length SUBLIST
-
start
)
run_cmake
(
CMP0121
-
$
{
subcommand
}-
WARN
)
run_cmake
(
CMP0121
-
$
{
subcommand
}-
OLD
)
run_cmake
(
CMP0121
-
$
{
subcommand
}-
NEW
)
endforeach
()