aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-11-14 21:30:19 +0200
committerRiccardo Spagni <ric@spagni.net>2018-11-14 21:30:19 +0200
commit2312aacf18ec5d7ad96fa3efa961630e74b54a50 (patch)
treece3ad737addd31eeb773598b6adc591001f4b064 /src
parentMerge pull request #4844 (diff)
parentlibwallet_api_tests: add missing dependency on Boost Locale and ICU (diff)
downloadmonero-2312aacf18ec5d7ad96fa3efa961630e74b54a50.tar.xz
Merge pull request #4847
6d3311ac libwallet_api_tests: add missing dependency on Boost Locale and ICU (stoffu) f0459abb cmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIES (stoffu)
Diffstat (limited to 'src')
-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}