diff options
author | Brad King <brad.king@kitware.com> | 2017-04-19 12:02:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-19 12:02:06 (GMT) |
commit | 697a5d64d86d73b1353a90a5bfc9f444b97fedd7 (patch) | |
tree | 9780e3e1266b0d5231d1904f45808214ae9be5ba /Source/kwsys/CMakeLists.txt | |
parent | 3d3144bb023a98392594038973576cfbf046c039 (diff) | |
parent | 5785482ce0be9187ff94c1042f8978d2f11285e8 (diff) | |
download | CMake-697a5d64d86d73b1353a90a5bfc9f444b97fedd7.zip CMake-697a5d64d86d73b1353a90a5bfc9f444b97fedd7.tar.gz CMake-697a5d64d86d73b1353a90a5bfc9f444b97fedd7.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2017-04-19 (9f6ffaff)
Diffstat (limited to 'Source/kwsys/CMakeLists.txt')
-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 28fe9e7..e15b49e 100644 --- a/Source/kwsys/CMakeLists.txt +++ b/Source/kwsys/CMakeLists.txt @@ -69,6 +69,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.3 FATAL_ERROR) FOREACH(p CMP0025 # CMake 3.0, Compiler id for Apple Clang is now AppleClang. + 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. ) |