1 2 3 4 5 6 7 8
cmake_policy(SET CMP0140 OLD) function(FUNC) return(PROPAGATE VAR) endfunction() func()