diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-04 15:58:23 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-05 10:55:55 +0000 |
commit | 92978b2c0f448ec0a2d874052635c901e3e59a45 (patch) | |
tree | 30596ea47511b072592ce0bb64eeafe9a51d1978 /src | |
parent | Merge pull request #1663 (diff) | |
download | monero-92978b2c0f448ec0a2d874052635c901e3e59a45.tar.xz |
common: fix link error on at least one platform (no clue which one)
Bug and fix reported by tdprime
Diffstat (limited to 'src')
-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}) |