Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CMP0053
/
CMP0053-OLD.cmake
blob: 41f534746bebddf31d9211233fab5e6daf549aec [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0053 OLD
)
function
(
watch_callback
)
message
(
"called"
)
endfunction
()
variable_watch
(
test watch_callback
)
message
(
"-->${test}<--"
)