cmake/Tests/RunCMake/return/CMP0140-OLD.cmake

9 lines
93 B
CMake
Raw Normal View History

2022-11-16 20:14:03 +01:00
cmake_policy(SET CMP0140 OLD)
function(FUNC)
return(PROPAGATE VAR)
endfunction()
func()