1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Merge pull request

92978b2c common: fix link error on at least one platform (no clue which one) (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-02-08 12:51:11 +02:00
commit d30b64f457
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -76,6 +76,7 @@ target_link_libraries(common
${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${Boost_REGEX_LIBRARY}
PRIVATE
${EXTRA_LIBRARIES})