From 6e2ae47d9de216d0a0fae878c37fb83a5754b091 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 7 Jul 2022 22:12:32 +0200 Subject: [PATCH] Cmake: don't include hardforks --- monero | 2 +- src/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/monero b/monero index 94b2491..f74c9bb 160000 --- a/monero +++ b/monero @@ -1 +1 @@ -Subproject commit 94b24915461a2a9e8c48e2b8a898fbd7c58af418 +Subproject commit f74c9bb51750ccb3be97b9297c396955eb335a20 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3f3a6f0..0d26cae 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -237,7 +237,6 @@ target_link_libraries(feather ${SODIUM_LIBRARY} easylogging blockchain_db - hardforks ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${CMAKE_DL_LIBS}