diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2018-10-25 11:22:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-25 11:53:11 (GMT) |
commit | 0bc20334bc16b1d72a0ae208a38c2a8afddd199e (patch) | |
tree | 4ad06d4203d2ee0f20f3414545e6aa098c9190c4 | |
parent | 43cb25764808b6a430b0497fe77eae4da5de2af7 (diff) | |
download | CMake-0bc20334bc16b1d72a0ae208a38c2a8afddd199e.zip CMake-0bc20334bc16b1d72a0ae208a38c2a8afddd199e.tar.gz CMake-0bc20334bc16b1d72a0ae208a38c2a8afddd199e.tar.bz2 |
KWSys 2018-10-25 (9e27254b)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 9e27254b743c1511113172c9c9a1b42166225b29 (master).
Upstream Shortlog
-----------------
Cristian Adam (1):
993be8b6 Set CMake Policy CMP0069 to NEW within KWSys
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 43aec00..a2fcc16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,6 +90,7 @@ FOREACH(p CMP0048 # CMake 3.0, Let the project command manage version variables. CMP0056 # CMake 3.2, Honor link flags in try_compile() source-file signature. CMP0063 # CMake 3.3, Honor visibility properties for all target types. + CMP0069 # CMake 3.9, INTERPROCEDURAL_OPTIMIZATION is enforced when enabled. ) IF(POLICY ${p}) CMAKE_POLICY(SET ${p} NEW) |