diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-09-09 15:13:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 15:13:06 -0400 |
| commit | 2a02cd0a5fb627a026a37d2e5d059bf5d1780562 (patch) | |
| tree | 78aab378f61585159966a9d9f7dcc32fb8afccc0 /CMakeLists.txt | |
| parent | 7848a467c5e7082b728fba99a170d6e00bfce143 (diff) | |
| parent | ae85ec0285f30f7bf2fbd31b6dc45b9fd21b72fa (diff) | |
| download | monzero-core-2a02cd0a5fb627a026a37d2e5d059bf5d1780562.tar.gz monzero-core-2a02cd0a5fb627a026a37d2e5d059bf5d1780562.tar.xz monzero-core-2a02cd0a5fb627a026a37d2e5d059bf5d1780562.zip | |
Merge pull request #7773 from selsta/unbound
external: remove unbound submodule
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d06729931..1b9ba570d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -347,7 +347,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/randomx) @@ -674,8 +673,7 @@ include_directories("${CMAKE_CURRENT_BINARY_DIR}/translations") add_subdirectory(external) # Final setup for libunbound -include_directories(${UNBOUND_INCLUDE}) -link_directories(${UNBOUND_LIBRARY_DIRS}) +include_directories(${UNBOUND_INCLUDE_DIR}) # Final setup for easylogging++ include_directories(${EASYLOGGING_INCLUDE}) |
