summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0053/CMP0053-NEW.cmake
blob: 6ffedc63b51225699568dfa77311347258a7032d (plain)
1
2
3
4
5
6
7
8
cmake_policy(SET CMP0053 NEW)

function (watch_callback)
  message("called")
endfunction ()

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