diff options
author | Brad King <brad.king@kitware.com> | 2018-10-26 13:23:13 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-10-26 13:23:42 (GMT) |
commit | ec4b6854c9a391eb52c092878bd3675ed648f5b7 (patch) | |
tree | 44144a2aba7b1c300369ea65804399f6f1952e65 | |
parent | 165a4e487eeea3f2d3fdca6d92866af9fbbaf79f (diff) | |
parent | 533de8873a6875137f55ec4681c3edfcd2d472cf (diff) | |
download | CMake-ec4b6854c9a391eb52c092878bd3675ed648f5b7.zip CMake-ec4b6854c9a391eb52c092878bd3675ed648f5b7.tar.gz CMake-ec4b6854c9a391eb52c092878bd3675ed648f5b7.tar.bz2 |
Merge topic 'update-kwsys'
533de8873a Merge branch 'upstream-KWSys' into update-kwsys
0bc20334bc KWSys 2018-10-25 (9e27254b)
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2526
-rw-r--r-- | Source/kwsys/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/CMakeLists.txt b/Source/kwsys/CMakeLists.txt index 43aec00..a2fcc16 100644 --- a/Source/kwsys/CMakeLists.txt +++ b/Source/kwsys/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) |