mirror of
https://github.com/monero-project/monero.git
synced 2026-01-23 12:54:29 +01:00
fixed "undefined reference" for boost::system library
This commit is contained in:
@@ -40,7 +40,8 @@ set(crypto_headers
|
|||||||
add_executable(crypto-tests
|
add_executable(crypto-tests
|
||||||
${crypto_sources}
|
${crypto_sources}
|
||||||
${crypto_headers})
|
${crypto_headers})
|
||||||
target_link_libraries(crypto-tests)
|
target_link_libraries(crypto-tests
|
||||||
|
${Boost_SYSTEM_LIBRARY})
|
||||||
set_property(TARGET crypto-tests
|
set_property(TARGET crypto-tests
|
||||||
PROPERTY
|
PROPERTY
|
||||||
FOLDER "tests")
|
FOLDER "tests")
|
||||||
|
|||||||
Reference in New Issue
Block a user