CMake: don't include blockchain_db

This commit is contained in:
tobtoht 2022-07-07 23:23:10 +02:00
parent 6e2ae47d9d
commit 03e1ea5596
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C
2 changed files with 2 additions and 2 deletions

2
monero

@ -1 +1 @@
Subproject commit f74c9bb51750ccb3be97b9297c396955eb335a20
Subproject commit a9f651ff336a3c99d6bdf6ec273890bb5c916e53

View file

@ -236,7 +236,7 @@ target_link_libraries(feather
${UNBOUND_LIBRARY}
${SODIUM_LIBRARY}
easylogging
blockchain_db
ringct
${Boost_LIBRARIES}
${OPENSSL_LIBRARIES}
${CMAKE_DL_LIBS}