diff options
author | Brad King <brad.king@kitware.com> | 2018-10-25 07:53:11 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-25 07:53:11 -0400 |
commit | 533de8873a6875137f55ec4681c3edfcd2d472cf (patch) | |
tree | 24cbd2fcb5db470dae43bed3a1eea75b2f83f4b2 | |
parent | bba42bb91e25a35791e71461858403360192778b (diff) | |
parent | 0bc20334bc16b1d72a0ae208a38c2a8afddd199e (diff) | |
download | cmake-533de8873a6875137f55ec4681c3edfcd2d472cf.tar.gz |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2018-10-25 (9e27254b)
-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 43aec00bfb..a2fcc16abf 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) |