mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
remove unbound
This commit is contained in:
parent
f30b320d41
commit
f516f8ce23
12 changed files with 8 additions and 26 deletions
3
external/CMakeLists.txt
vendored
3
external/CMakeLists.txt
vendored
|
@ -71,7 +71,8 @@ else()
|
|||
set(UPNP_LIBRARIES "libminiupnpc-static" PARENT_SCOPE)
|
||||
endif()
|
||||
|
||||
find_package(Unbound)
|
||||
set(UNBOUND_INCLUDE_DIR unbound_dummy_include_dir)
|
||||
set(UNBOUND_LIBRARIES unbound_dummy_libraries)
|
||||
|
||||
if(NOT UNBOUND_INCLUDE_DIR OR STATIC)
|
||||
# NOTE: If STATIC is true, CMAKE_FIND_LIBRARY_SUFFIXES has been reordered.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue