aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-11-15 00:18:31 +0900
committerstoffu <stoffu@protonmail.ch>2018-11-15 00:18:31 +0900
commitf0459abbb981e88c91c5d16e734fd4ffc6b1a590 (patch)
tree15293c62b6aeaef542e1bfb8e1d9e48473041702 /src/simplewallet
parentMerge pull request #4814 (diff)
downloadmonero-f0459abbb981e88c91c5d16e734fd4ffc6b1a590.tar.xz
cmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIES
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/CMakeLists.txt b/src/simplewallet/CMakeLists.txt
index c31cdebde..e292f85dd 100644
--- a/src/simplewallet/CMakeLists.txt
+++ b/src/simplewallet/CMakeLists.txt
@@ -53,6 +53,7 @@ target_link_libraries(simplewallet
${Boost_CHRONO_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}
+ ${Boost_LOCALE_LIBRARY}
${ICU_LIBRARIES}
${Boost_THREAD_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}