mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 03:11:08 -06:00
FindICU: Add 'include' to the path suffixes
Without this FindICU doesn't recognise the installation within homebrew.
This commit is contained in:
committed by
Brad King
parent
b3d675f1cb
commit
cdf7e5d866
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user