summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/variable_watch/NoWatcher.cmake
blob: 8a68efbe429ba53334682b2b429d36a72bc7f5b9 (plain)
1
2
3
4
5
6
7
8
function(my_func)
  message("my_func")
endfunction()
variable_watch(a my_func)
set(a "")

variable_watch(b)
set(b "")