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 | |
| 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 'src')
| -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} |
