Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
RunCMake
/
CMP0053
/
CMP0053-OLD.cmake
blob: 41f534746bebddf31d9211233fab5e6daf549aec [
file
]
cmake_policy
(
SET CMP0053 OLD
)
function
(
watch_callback
)
message
(
"called"
)
endfunction
()
variable_watch
(
test watch_callback
)
message
(
"-->${test}<--"
)