Navigation Menu

Skip to content

Commit

Permalink
Added icudt as a possible library name when searching for ICU
Browse files Browse the repository at this point in the history
Summary: This is because icudt is the form it is found in in windows. The short form names of the other parts of ICU are already present, it is just the data library that was missing.
Closes #5582

Reviewed By: @sgolemon

Differential Revision: D2216857
  • Loading branch information
Orvid authored and hhvm-bot committed Jul 8, 2015
1 parent 4246f9f commit e48397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/FindICU.cmake
Expand Up @@ -60,7 +60,7 @@ if(ICU_INCLUDE_DIR AND ICU_LIBRARY)
# Look for the ICU data libraries
find_library(
ICU_DATA_LIBRARY
NAMES icudata cygicudata cygicudata32
NAMES icudt icudata cygicudata cygicudata32
DOC "Libraries to link against for ICU data")
mark_as_advanced(ICU_DATA_LIBRARY)
if (ICU_DATA_LIBRARY)
Expand Down

0 comments on commit e48397b

Please sign in to comment.