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