[Cmake-commits] CMake branch, master, updated. v3.6.0-382-g291e418

Brad King brad.king at kitware.com
Wed Jul 13 09:26:58 EDT 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  291e41855c9afd473e3e5818c5432b684f225756 (commit)
       via  e3bff7b3af6257caff24a43e3afd59e087f4e9d8 (commit)
       via  4a63be15dd9f8afedda7f3b01d5ab80591806664 (commit)
      from  7a31a2717b69a32f0e79265dc997ca9cf215a13c (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=291e41855c9afd473e3e5818c5432b684f225756
commit 291e41855c9afd473e3e5818c5432b684f225756
Merge: 7a31a27 e3bff7b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 13 09:26:55 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 13 09:26:55 2016 -0400

    Merge topic 'findicu'
    
    e3bff7b3 Help: Add notes for topic 'findicu'
    4a63be15 FindICU: New module


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

Summary of changes:
 Help/manual/cmake-modules.7.rst           |    1 +
 Help/module/FindICU.rst                   |    1 +
 Help/release/dev/findicu.rst              |    5 +
 Modules/FindICU.cmake                     |  359 +++++++++++++++++++++++++++++
 Tests/CMakeLists.txt                      |    4 +
 Tests/{FindPNG => FindICU}/CMakeLists.txt |    8 +-
 Tests/FindICU/Test/CMakeLists.txt         |   14 ++
 Tests/FindICU/Test/main.cpp               |   25 ++
 8 files changed, 413 insertions(+), 4 deletions(-)
 create mode 100644 Help/module/FindICU.rst
 create mode 100644 Help/release/dev/findicu.rst
 create mode 100644 Modules/FindICU.cmake
 copy Tests/{FindPNG => FindICU}/CMakeLists.txt (55%)
 create mode 100644 Tests/FindICU/Test/CMakeLists.txt
 create mode 100644 Tests/FindICU/Test/main.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list