diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-03-04 21:28:56 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-03-04 21:28:56 +0200 |
commit | 933c701c6ed8a762d04565e6ceb7601c1c1bd11c (patch) | |
tree | 70a95e5e287751f8462201aa38015c2baa4f9de3 /CMakeLists.txt | |
parent | Merge pull request #5131 (diff) | |
parent | Various speedups to depends and Travis (diff) | |
download | monero-933c701c6ed8a762d04565e6ceb7601c1c1bd11c.tar.xz |
Merge pull request #5133
f0fc4064 Various speedups to depends and Travis (TheCharlatan)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9515885d8..aa03b03ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -900,7 +900,7 @@ if(MINGW) set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wa,-mbig-obj") set(EXTRA_LIBRARIES mswsock;ws2_32;iphlpapi;crypt32;bcrypt) if(DEPENDS) - set(ICU_LIBRARIES sicuio sicuin sicuuc sicudt sicutu iconv) + set(ICU_LIBRARIES icuio icui18n icuuc icudata icutu iconv) else() set(ICU_LIBRARIES icuio icuin icuuc icudt icutu iconv) endif() |