mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
remove unbound
This commit is contained in:
parent
f30b320d41
commit
f516f8ce23
12 changed files with 8 additions and 26 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue