remove unbound

This commit is contained in:
fuwa 2019-11-11 12:33:42 +08:00
parent f30b320d41
commit f516f8ce23
12 changed files with 8 additions and 26 deletions

View file

@ -208,7 +208,6 @@ if(NOT MANUAL_SUBMODULES)
message(STATUS "Checking submodules")
check_submodule(external/miniupnp)
check_submodule(external/unbound)
check_submodule(external/rapidjson)
check_submodule(external/trezor-common)
check_submodule(external/RandomWOW)
@ -474,8 +473,6 @@ else()
endif()
# Final setup for libunbound
include_directories(${UNBOUND_INCLUDE})
link_directories(${UNBOUND_LIBRARY_DIRS})
# Final setup for easylogging++
include_directories(${EASYLOGGING_INCLUDE})