aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-14 13:37:51 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-14 13:37:51 +0200
commit376ca734999fe1818b51ae1428ed720c1c912147 (patch)
tree33c213528038d861d32d0c3602ae574d8183eecc
parent2a257521e3ac720891d24969ae183bbf095305cb (diff)
parent733deab249c59b6ef2145b69759eb82ffa34924d (diff)
downloadmonzero-core-376ca734999fe1818b51ae1428ed720c1c912147.tar.gz
monzero-core-376ca734999fe1818b51ae1428ed720c1c912147.tar.xz
monzero-core-376ca734999fe1818b51ae1428ed720c1c912147.zip
Merge pull request #3375
733deab2 Adjust to the MSYS2/MinGW static ICU library file renaming (rbrunner7)
-rw-r--r--CMakeLists.txt2
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)