[Cmake-commits] CMake branch, master, updated. v3.7.1-1064-g889fe63

Brad King brad.king at kitware.com
Thu Jan 12 10:22:11 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  889fe63b510b9669e42af31600c2c887abe0bb34 (commit)
       via  4b0c13a87ffb799334669f77978cc4d5e83f950a (commit)
      from  51255a7c7ade4b591b38ef6d61ce0f6a6ed96699 (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=889fe63b510b9669e42af31600c2c887abe0bb34
commit 889fe63b510b9669e42af31600c2c887abe0bb34
Merge: 51255a7 4b0c13a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 12 10:22:08 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 12 10:22:08 2017 -0500

    Merge topic 'launcher-tests'
    
    4b0c13a8 Tests: Add additional launcher tests


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

Summary of changes:
 .../launcher_compiler_test_project/CMakeLists.txt  |    7 ++
 .../CTestConfig.cmake                              |    0
 .../launcher_compiler_test_project/build_error.cxx |    5 ++
 .../CMakeLists.txt                                 |    2 +-
 .../CTestConfig.cmake                              |    0
 .../command.cmake                                  |    0
 .../launcher_linker_test_project/CMakeLists.txt    |    7 ++
 .../CTestConfig.cmake                              |    0
 .../launcher_linker_test_project/link_error.cxx}   |    1 +
 Tests/CTestTestLaunchers/test.cmake.in             |   80 +++++++++++---------
 10 files changed, 67 insertions(+), 35 deletions(-)
 create mode 100644 Tests/CTestTestLaunchers/launcher_compiler_test_project/CMakeLists.txt
 copy Tests/CTestTestLaunchers/{launcher_test_project => launcher_compiler_test_project}/CTestConfig.cmake (100%)
 create mode 100644 Tests/CTestTestLaunchers/launcher_compiler_test_project/build_error.cxx
 rename Tests/CTestTestLaunchers/{launcher_test_project => launcher_custom_command_test_project}/CMakeLists.txt (89%)
 copy Tests/CTestTestLaunchers/{launcher_test_project => launcher_custom_command_test_project}/CTestConfig.cmake (100%)
 rename Tests/CTestTestLaunchers/{launcher_test_project => launcher_custom_command_test_project}/command.cmake (100%)
 create mode 100644 Tests/CTestTestLaunchers/launcher_linker_test_project/CMakeLists.txt
 rename Tests/CTestTestLaunchers/{launcher_test_project => launcher_linker_test_project}/CTestConfig.cmake (100%)
 copy Tests/{Dependency/Case4/bar.c => CTestTestLaunchers/launcher_linker_test_project/link_error.cxx} (98%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list