Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CMP0219
/
Basic-OLD.cmake
blob: 6ea405b2e7276a1afade01226b940e69951600dd [
file
] [
edit
]
cmake_policy
(
SET CMP0219 OLD
)
include
(
"${CMAKE_CURRENT_LIST_DIR}/CMP0219-helpers.cmake"
)
macro
(
cmp0219_capture_old
)
set
(
cmp0219_old_argn
"${ARGN}"
)
endmacro
()
cmp0219_capture_old
(
HINTS
"${cmp0219_path_native}"
)