remove unbound

This commit is contained in:
fuwa 2019-11-11 12:33:42 +08:00
parent f30b320d41
commit f516f8ce23
12 changed files with 8 additions and 26 deletions

View file

@ -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.