From 03e1ea5596285676b4e0ef3d8fd70184b1299bba Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 7 Jul 2022 23:23:10 +0200 Subject: [PATCH] CMake: don't include blockchain_db --- monero | 2 +- src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} -- 2.52.0