index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
return
/
CMP0140-WARN.cmake
blob: df2fc887bc5fc1d61b9c68797700c57811d9d3c2 (
plain
)
1
2
3
4
5
6
7
8
cmake_policy(VERSION 3.1) function(FUNC) return(PROPAGATE VAR) endfunction() func()