[Cmake-commits] CMake branch, next, updated. v3.7.2-2193-gdf11625

Brad King brad.king at kitware.com
Mon Jan 16 11:27:54 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  df116254f60064601fd6075a3385e6fce6a104cd (commit)
       via  cdf7e5d8661c5035e42d251d009b5ef49a11af98 (commit)
      from  bf84865411f11faec1e16d3e202ce69c9ecaf56b (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=df116254f60064601fd6075a3385e6fce6a104cd
commit df116254f60064601fd6075a3385e6fce6a104cd
Merge: bf84865 cdf7e5d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 16 11:27:54 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 16 11:27:54 2017 -0500

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cdf7e5d8661c5035e42d251d009b5ef49a11af98
commit cdf7e5d8661c5035e42d251d009b5ef49a11af98
Author:     Florent Castelli <florent.castelli at gmail.com>
AuthorDate: Sat Jan 14 18:05:34 2017 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jan 16 11:27:02 2017 -0500

    FindICU: Add 'include' to the path suffixes
    
    Without this FindICU doesn't recognise the installation within homebrew.

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:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list