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

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

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