[Cmake-commits] CMake branch, master, updated. v3.8.0-rc1-305-g9b02283

Brad King brad.king at kitware.com
Mon Feb 27 09:11:22 EST 2017


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  9b02283a1fdb63b0cf9755ae37a0d22fc6f4dbf4 (commit)
       via  b35a949bb6ce6ae5204de2cf867dac903cb71262 (commit)
       via  01347954187ebccf83fc7540163f150a5f430c36 (commit)
      from  73909e242138ba01c1ce5ebe04fa16a9a8e2e675 (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=9b02283a1fdb63b0cf9755ae37a0d22fc6f4dbf4
commit 9b02283a1fdb63b0cf9755ae37a0d22fc6f4dbf4
Merge: 73909e2 b35a949
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 27 09:11:20 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 27 09:11:20 2017 -0500

    Merge topic 'test-objlib-deps-cleanup'
    
    b35a949b Tests: Change RunCMake.ObjectLibrary dependencies case to C
    01347954 Tests: Fix RunCMake.ObjectLibrary dependency delay


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

Summary of changes:
 Tests/RunCMake/ObjectLibrary/Dependencies.cmake |   10 +++-------
 Tests/RunCMake/ObjectLibrary/RunCMakeTest.cmake |   20 +++++++++++++-------
 Tests/RunCMake/ObjectLibrary/depends_lib.c      |    7 +++++++
 Tests/RunCMake/ObjectLibrary/depends_lib.cpp    |    7 -------
 Tests/RunCMake/ObjectLibrary/depends_main.c     |    7 +++++++
 Tests/RunCMake/ObjectLibrary/depends_main.cpp   |    7 -------
 Tests/RunCMake/ObjectLibrary/depends_obj0.c     |    4 ++++
 Tests/RunCMake/ObjectLibrary/depends_obj0.cpp   |    4 ----
 Tests/RunCMake/ObjectLibrary/depends_obj1.c     |    4 ++++
 Tests/RunCMake/ObjectLibrary/depends_obj1.cpp   |    4 ----
 10 files changed, 38 insertions(+), 36 deletions(-)
 create mode 100644 Tests/RunCMake/ObjectLibrary/depends_lib.c
 delete mode 100644 Tests/RunCMake/ObjectLibrary/depends_lib.cpp
 create mode 100644 Tests/RunCMake/ObjectLibrary/depends_main.c
 delete mode 100644 Tests/RunCMake/ObjectLibrary/depends_main.cpp
 create mode 100644 Tests/RunCMake/ObjectLibrary/depends_obj0.c
 delete mode 100644 Tests/RunCMake/ObjectLibrary/depends_obj0.cpp
 create mode 100644 Tests/RunCMake/ObjectLibrary/depends_obj1.c
 delete mode 100644 Tests/RunCMake/ObjectLibrary/depends_obj1.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list