[Cmake-commits] CMake branch, next, updated. v3.7.2-2191-gbf84865

Brad King brad.king at kitware.com
Mon Jan 16 11:26:29 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, next has been updated
       via  bf84865411f11faec1e16d3e202ce69c9ecaf56b (commit)
       via  50f0a478f0af759cf8107f3dd7aa8d811579c4c3 (commit)
      from  53c9f27fb81714007495ea29ed6f7172181278da (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=bf84865411f11faec1e16d3e202ce69c9ecaf56b
commit bf84865411f11faec1e16d3e202ce69c9ecaf56b
Merge: 53c9f27 50f0a47
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 16 11:26:28 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 16 11:26:28 2017 -0500

    Merge topic 'FindICU-include-dirs' into next
    
    50f0a478 FindICU: Add 'include' to the path suffixes


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=50f0a478f0af759cf8107f3dd7aa8d811579c4c3
commit 50f0a478f0af759cf8107f3dd7aa8d811579c4c3
Author:     Florent Castelli <florent.castelli at gmail.com>
AuthorDate: Sat Jan 14 18:05:34 2017 +0100
Commit:     Florent Castelli <florent.castelli at gmail.com>
CommitDate: Sat Jan 14 18:05:34 2017 +0100

    FindICU: Add 'include' to the path suffixes

diff --git a/Modules/FindICU.cmake b/Modules/FindICU.cmake
index 36dd67e..5210f08 100644
--- a/Modules/FindICU.cmake
+++ b/Modules/FindICU.cmake
@@ -126,6 +126,7 @@ function(_ICU_FIND)
   # Generic 64-bit and 32-bit directories
   list(APPEND icu_binary_suffixes "${_bin64}" "bin")
   list(APPEND icu_library_suffixes "${_lib64}" "lib")
+  list(APPEND icu_include_suffixes "include")
 
   # Find all ICU programs
   foreach(program ${icu_programs})

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

Summary of changes:
 Modules/FindICU.cmake |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list