cmake/Tests/RunCMake/CMP0053/CMP0053-OLD.cmake

9 lines
154 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
cmake_policy(SET CMP0053 OLD)
function (watch_callback)
message("called")
endfunction ()
variable_watch(test watch_callback)
message("-->${test}<--")