From: tobtoht Date: Thu, 7 Jul 2022 21:23:10 +0000 (+0200) Subject: CMake: don't include blockchain_db X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=03e1ea5596285676b4e0ef3d8fd70184b1299bba;p=gamesguru%2Ffeather.git CMake: don't include blockchain_db --- diff --git a/monero b/monero index f74c9bb5..a9f651ff 160000 --- a/monero +++ b/monero @@ -1 +1 @@ -Subproject commit f74c9bb51750ccb3be97b9297c396955eb335a20 +Subproject commit a9f651ff336a3c99d6bdf6ec273890bb5c916e53 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0d26caec..481874db 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -236,7 +236,7 @@ target_link_libraries(feather ${UNBOUND_LIBRARY} ${SODIUM_LIBRARY} easylogging - blockchain_db + ringct ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${CMAKE_DL_LIBS}