mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 15:00:41 +00:00
Merge topic 'FindICU-include-dirs'
cdf7e5d8
FindICU: Add 'include' to the path suffixes
This commit is contained in:
commit
524c564318
@ -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…
Reference in New Issue
Block a user