mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
28d2c6ef7e
This tests adding a variable_watch inside the callback to an existing callback
18 lines
355 B
CMake
18 lines
355 B
CMake
function (watch2)
|
|
|
|
endfunction ()
|
|
|
|
function (watch1)
|
|
variable_watch(watched watch2)
|
|
variable_watch(watched watch2)
|
|
variable_watch(watched watch2)
|
|
variable_watch(watched watch2)
|
|
variable_watch(watched watch2)
|
|
variable_watch(watched watch2)
|
|
endfunction ()
|
|
|
|
variable_watch(watched watch1)
|
|
variable_watch(watched watch2)
|
|
|
|
set(access "${watched}")
|