aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-09-09 15:13:06 -0400
committerGitHub <noreply@github.com>2021-09-09 15:13:06 -0400
commit2a02cd0a5fb627a026a37d2e5d059bf5d1780562 (patch)
tree78aab378f61585159966a9d9f7dcc32fb8afccc0 /src/common
parent7848a467c5e7082b728fba99a170d6e00bfce143 (diff)
parentae85ec0285f30f7bf2fbd31b6dc45b9fd21b72fa (diff)
downloadmonzero-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 'src/common')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 8e427b6b8..99d9bd8bf 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -99,7 +99,7 @@ monero_add_library(common
target_link_libraries(common
PUBLIC
cncrypto
- ${UNBOUND_LIBRARY}
+ ${UNBOUND_LIBRARIES}
${LIBUNWIND_LIBRARIES}
${Boost_DATE_TIME_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}