diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-08 12:51:11 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-08 12:51:11 +0200 |
commit | d30b64f4578d8f17ee6d6aa706c046549e1922b4 (patch) | |
tree | 483d6d38081eabf4989bad1b58255d187acf435d | |
parent | Merge pull request #1683 (diff) | |
parent | common: fix link error on at least one platform (no clue which one) (diff) | |
download | monero-d30b64f4578d8f17ee6d6aa706c046549e1922b4.tar.xz |
Merge pull request #1674
92978b2c common: fix link error on at least one platform (no clue which one) (moneromooo-monero)
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index dd17f6d64..1864c7835 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -76,6 +76,7 @@ target_link_libraries(common ${Boost_FILESYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY} + ${Boost_REGEX_LIBRARY} PRIVATE ${EXTRA_LIBRARIES}) |