diff options
author | Brad King <brad.king@kitware.com> | 2017-01-17 14:05:02 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-01-17 14:05:02 (GMT) |
commit | 524c56431859cfc8a96a8dad752f131804982166 (patch) | |
tree | 997616b0a0ddbdb0e257a417c891aa6684d05c4d /Modules | |
parent | f63096a68c692f1098380cc84e729ab79c67e59b (diff) | |
parent | cdf7e5d8661c5035e42d251d009b5ef49a11af98 (diff) | |
download | CMake-524c56431859cfc8a96a8dad752f131804982166.zip CMake-524c56431859cfc8a96a8dad752f131804982166.tar.gz CMake-524c56431859cfc8a96a8dad752f131804982166.tar.bz2 |
Merge topic 'FindICU-include-dirs'
cdf7e5d8 FindICU: Add 'include' to the path suffixes
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindICU.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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}) |