[Cmake-commits] CMake branch, master, updated. v2.8.12-473-gbd48b8a

Brad King brad.king at kitware.com
Sat Oct 26 10:28:58 EDT 2013


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  bd48b8a8ceb80e965d8ab946620873d0603060ae (commit)
       via  310aef959b6e41d60f35eec4b4a2e5698aa42abe (commit)
       via  30ff6cf9e9b3211a54187e416d6cc2ce9b0e9b77 (commit)
      from  cd553c34d618afba1312f4a4b1d289c7ba094d63 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bd48b8a8ceb80e965d8ab946620873d0603060ae
commit bd48b8a8ceb80e965d8ab946620873d0603060ae
Merge: cd553c3 310aef9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Oct 26 10:28:55 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Oct 26 10:28:55 2013 -0400

    Merge topic 'handle-CMP0024-in-tests'
    
    310aef9 Make ExportLanguages a subtest of the ObjectLibrary test
    30ff6cf Refactor the Plugin test.


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

Summary of changes:
 Tests/ObjectLibrary/CMakeLists.txt                 |    2 +
 Tests/ObjectLibrary/ExportLanguages/CMakeLists.txt |   15 ++++++++
 .../ExportLanguagesTest/CMakeLists.txt             |   14 +++++++
 .../ExportLanguages}/a.c                           |    0
 .../ExportLanguages}/a.cxx                         |    0
 Tests/Plugin/CMakeLists.txt                        |   38 ++++---------------
 Tests/Plugin/PluginTest/CMakeLists.txt             |   34 +++++++++++++++++
 Tests/RunCMake/ObjectLibrary/ExportLanguages.cmake |   15 --------
 Tests/RunCMake/ObjectLibrary/RunCMakeTest.cmake    |    1 -
 9 files changed, 73 insertions(+), 46 deletions(-)
 create mode 100644 Tests/ObjectLibrary/ExportLanguages/CMakeLists.txt
 create mode 100644 Tests/ObjectLibrary/ExportLanguages/ExportLanguagesTest/CMakeLists.txt
 copy Tests/{RunCMake/ObjectLibrary => ObjectLibrary/ExportLanguages}/a.c (100%)
 rename Tests/{RunCMake/ObjectLibrary => ObjectLibrary/ExportLanguages}/a.cxx (100%)
 create mode 100644 Tests/Plugin/PluginTest/CMakeLists.txt
 delete mode 100644 Tests/RunCMake/ObjectLibrary/ExportLanguages.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list