diff options
| author | stoffu <stoffu@protonmail.ch> | 2018-11-15 00:18:31 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2018-11-15 00:18:31 +0900 |
| commit | f0459abbb981e88c91c5d16e734fd4ffc6b1a590 (patch) | |
| tree | 15293c62b6aeaef542e1bfb8e1d9e48473041702 /src | |
| parent | 8534f71eedbb421ca3e961c5adc96e5048c4e685 (diff) | |
| download | monzero-core-f0459abbb981e88c91c5d16e734fd4ffc6b1a590.tar.gz monzero-core-f0459abbb981e88c91c5d16e734fd4ffc6b1a590.tar.xz monzero-core-f0459abbb981e88c91c5d16e734fd4ffc6b1a590.zip | |
cmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIES
Diffstat (limited to 'src')
| -rw-r--r-- | src/simplewallet/CMakeLists.txt | 1 |
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} |
