Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CMP0217
/
CMP0217-OLD.cmake
blob: dee0cc3efac8153920d07aba901decbb72da92a4 [
file
] [
edit
]
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
()