aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-04 15:58:23 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-05 10:55:55 +0000
commit92978b2c0f448ec0a2d874052635c901e3e59a45 (patch)
tree30596ea47511b072592ce0bb64eeafe9a51d1978 /src/common
parentMerge pull request #1663 (diff)
downloadmonero-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/common')
-rw-r--r--src/common/CMakeLists.txt1
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})