We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3db02d commit 58aa6c2Copy full SHA for 58aa6c2
1 file changed
src/core/CMakeLists.txt
@@ -40,7 +40,7 @@ find_package(yaml-cpp REQUIRED)
40
add_library(core STATIC ${source})
41
target_link_libraries(core btclibs)
42
43
-target_link_libraries(core Boost::headers Boost::log Boost::log_setup Boost::thread Boost::filesystem yaml-cpp nlohmann_json::nlohmann_json ${LEVELDB_LIBRARIES})
+target_link_libraries(core Boost::headers Boost::log Boost::log_setup Boost::thread Boost::filesystem Boost::exception yaml-cpp nlohmann_json::nlohmann_json ${LEVELDB_LIBRARIES})
44
45
# Add LevelDB include directories
46
target_include_directories(core PUBLIC ${LEVELDB_INCLUDE_DIRS})
0 commit comments