summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0053/CMP0053-WARN.cmake
blob: b010d1319e217611f60b8105238c352728168847 (plain)
1
2
3
4
5
6
function (watch_callback)
  message("called")
endfunction ()

variable_watch(test watch_callback)
message("-->${test}<--")