Browse Source

FindICU: Add 'include' to the path suffixes

Without this FindICU doesn't recognise the installation within homebrew.
pull/285/head
Florent Castelli 9 years ago
committed by Brad King
parent
commit
cdf7e5d866
  1. 1
      Modules/FindICU.cmake

1
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})

Loading…
Cancel
Save