aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-07-07 02:51:14 +0200
committerselsta <selsta@sent.at>2021-09-03 07:47:35 +0200
commitae85ec0285f30f7bf2fbd31b6dc45b9fd21b72fa (patch)
treef1a64c73f5daeb1c111005ebbeefaea56634b0d5 /src
parentMerge pull request #7743 (diff)
downloadmonero-ae85ec0285f30f7bf2fbd31b6dc45b9fd21b72fa.tar.xz
external: remove unbound submodule
Diffstat (limited to 'src')
-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}