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
parentMerge pull request #7616 (diff)
parentexternal: remove unbound submodule (diff)
downloadmonero-2a02cd0a5fb627a026a37d2e5d059bf5d1780562.tar.xz
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}