[Cmake-commits] CMake branch, master, updated. v3.13.0-rc2-200-gec4b685

Kitware Robot kwrobot at kitware.com
Fri Oct 26 09:25:07 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  ec4b6854c9a391eb52c092878bd3675ed648f5b7 (commit)
       via  165a4e487eeea3f2d3fdca6d92866af9fbbaf79f (commit)
       via  7033a7794259a26dca96451a30d43fbacea20f89 (commit)
       via  e1dc842cc1dd761c802d802211160e72d751e146 (commit)
       via  e2d54e5c40c517698c856b6802b51e0c09d5dca6 (commit)
       via  533de8873a6875137f55ec4681c3edfcd2d472cf (commit)
       via  0bc20334bc16b1d72a0ae208a38c2a8afddd199e (commit)
      from  e07f147377b73c2d88a6921988c197c3e6a0150e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ec4b6854c9a391eb52c092878bd3675ed648f5b7
commit ec4b6854c9a391eb52c092878bd3675ed648f5b7
Merge: 165a4e4 533de88
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 26 13:23:13 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Fri Oct 26 09:23:42 2018 -0400

    Merge topic 'update-kwsys'
    
    533de8873a Merge branch 'upstream-KWSys' into update-kwsys
    0bc20334bc KWSys 2018-10-25 (9e27254b)
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !2526


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=165a4e487eeea3f2d3fdca6d92866af9fbbaf79f
commit 165a4e487eeea3f2d3fdca6d92866af9fbbaf79f
Merge: 7033a77 e1dc842
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 26 09:22:33 2018 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Oct 26 09:22:33 2018 -0400

    Merge branch 'release-3.13'


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7033a7794259a26dca96451a30d43fbacea20f89
commit 7033a7794259a26dca96451a30d43fbacea20f89
Merge: e07f147 e2d54e5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 26 13:21:37 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Fri Oct 26 09:21:46 2018 -0400

    Merge topic 'FindMPI-pthread-cuda'
    
    e2d54e5c40 FindMPI: Pass -pthread to CUDA compiler through -Xcompiler
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Acked-by: Robert Maynard <robert.maynard at kitware.com>
    Merge-request: !2529


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=533de8873a6875137f55ec4681c3edfcd2d472cf
commit 533de8873a6875137f55ec4681c3edfcd2d472cf
Merge: bba42bb 0bc2033
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 25 07:53:11 2018 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Oct 25 07:53:11 2018 -0400

    Merge branch 'upstream-KWSys' into update-kwsys
    
    * upstream-KWSys:
      KWSys 2018-10-25 (9e27254b)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0bc20334bc16b1d72a0ae208a38c2a8afddd199e
commit 0bc20334bc16b1d72a0ae208a38c2a8afddd199e
Author:     KWSys Upstream <kwrobot at kitware.com>
AuthorDate: Thu Oct 25 07:22:52 2018 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Oct 25 07:53:11 2018 -0400

    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

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)

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindMPI.cmake       | 7 ++++++-
 Source/kwsys/CMakeLists.txt | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list