From cdf7e5d8661c5035e42d251d009b5ef49a11af98 Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Sat, 14 Jan 2017 18:05:34 +0100 Subject: FindICU: Add 'include' to the path suffixes Without this FindICU doesn't recognise the installation within homebrew. --- Modules/FindICU.cmake | 1 + 1 file changed, 1 insertion(+) 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}) -- cgit v0.12