[Cmake-commits] CMake branch, master, updated. v3.4.2-884-gaaf06f2

Brad King brad.king at kitware.com
Thu Jan 21 13:55:52 EST 2016


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  aaf06f2b0f4ce4085e2bf1c60ffc63065968a9c6 (commit)
       via  f9e45ab9d412b08ded8a11ff1f4f0ef90e10358c (commit)
      from  563a6c7be09c73bdd7e0ee7b0c52dd9bbc20c50a (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=aaf06f2b0f4ce4085e2bf1c60ffc63065968a9c6
commit aaf06f2b0f4ce4085e2bf1c60ffc63065968a9c6
Merge: 563a6c7 f9e45ab
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 21 13:55:50 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 21 13:55:50 2016 -0500

    Merge topic 'add-FindXalanC'
    
    f9e45ab9 FindXalanC: New module to find the Apache Xalan-C++ library


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

Summary of changes:
 Help/manual/cmake-modules.7.rst                 |    1 +
 Help/module/FindXalanC.rst                      |    1 +
 Help/release/dev/FindXalanC.rst                 |    5 +
 Modules/FindXalanC.cmake                        |  162 +++++++++++++++++++++++
 Tests/CMakeLists.txt                            |    4 +
 Tests/{FindBoost => FindXalanC}/CMakeLists.txt  |    8 +-
 Tests/FindXalanC/Test/CMakeLists.txt            |   17 +++
 Tests/{FindXercesC => FindXalanC}/Test/main.cxx |    3 +
 8 files changed, 197 insertions(+), 4 deletions(-)
 create mode 100644 Help/module/FindXalanC.rst
 create mode 100644 Help/release/dev/FindXalanC.rst
 create mode 100644 Modules/FindXalanC.cmake
 copy Tests/{FindBoost => FindXalanC}/CMakeLists.txt (54%)
 create mode 100644 Tests/FindXalanC/Test/CMakeLists.txt
 copy Tests/{FindXercesC => FindXalanC}/Test/main.cxx (50%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list