Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CMP0217
/
CMP0217-OLD.cmake
blob: dee0cc3efac8153920d07aba901decbb72da92a4 [
file
]
cmake_policy
(
SET CMP0217 OLD
)
macro
(
FOO
)
endmacro
()
get_property
(
macros DIRECTORY PROPERTY MACROS
)
if
(
NOT
"FOO"
IN_LIST macros
)
set
(
RunCMake_TEST_FAILED
"unexpected content for MACROS directory property."
)
endif
()