Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / return / CMP0140-WARN.cmake
1
2 cmake_policy(VERSION 3.1)
3
4 function(FUNC)
5   return(PROPAGATE VAR)
6 endfunction()
7
8 func()