Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2e3e3e30e5601192577d15e043b33db96fe1661
/
.
/
Tests
/
RunCMake
/
MaxRecursionDepth
/
variable_watch.cmake
blob: b3c7b8dfed3a683a4ec604fca3527cab96648348 [
file
]
function
(
update_x
)
message
(
"${x}"
)
math
(
EXPR y
"${x} + 2"
)
variable_watch
(
x update_x
)
set
(
x
"${y}"
)
endfunction
()
variable_watch
(
x update_x
)
set
(
x
4
)