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 /src/common | |
parent | Merge pull request #7616 (diff) | |
parent | external: remove unbound submodule (diff) | |
download | monero-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.txt | 2 |
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} |