diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-03-14 13:37:51 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-03-14 13:37:51 +0200 |
commit | 376ca734999fe1818b51ae1428ed720c1c912147 (patch) | |
tree | 33c213528038d861d32d0c3602ae574d8183eecc | |
parent | Merge pull request #3374 (diff) | |
parent | Adjust to the MSYS2/MinGW static ICU library file renaming (diff) | |
download | monero-376ca734999fe1818b51ae1428ed720c1c912147.tar.xz |
Merge pull request #3375
733deab2 Adjust to the MSYS2/MinGW static ICU library file renaming (rbrunner7)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aac15b5b6..08b47eaf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -800,7 +800,7 @@ endif() include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) if(MINGW) set(EXTRA_LIBRARIES mswsock;ws2_32;iphlpapi) - set(ICU_LIBRARIES ${Boost_LOCALE_LIBRARY} sicuio sicuin sicuuc sicudt sicutu iconv) + set(ICU_LIBRARIES ${Boost_LOCALE_LIBRARY} icuio icuin icuuc icudt icutu iconv) elseif(APPLE OR OPENBSD OR ANDROID) set(EXTRA_LIBRARIES "") elseif(FREEBSD) |