CMake/Tests/RunCMake/return/CMP0140-WARN.cmake

6 lines
61 B
CMake

function(FUNC)
return(PROPAGATE VAR)
endfunction()
func()