mirror of
https://github.com/reactos/CMake.git
synced 2025-01-23 20:25:34 +00:00
FindICU: Add 'include' to the path suffixes
Without this FindICU doesn't recognise the installation within homebrew.
This commit is contained in:
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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user