From 03743db2ed959197cf1f6b9550b9cd1579446b36 Mon Sep 17 00:00:00 2001 From: fuwa Date: Sat, 2 May 2020 16:43:54 +0800 Subject: [PATCH] Revert "fix unbound on static build" This reverts commit 86b6758dad0137fb997b320892ff7e59c575d26a. --- external/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index e1374d9e1..32d8db0bb 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -80,6 +80,7 @@ if(NOT UNBOUND_INCLUDE_DIR OR STATIC) # be set in this case. # The unbound CMakeLists.txt can set it, since it's also needed for the # static OpenSSL libraries set up there after with target_link_libraries. + add_subdirectory(unbound) set(UNBOUND_STATIC true PARENT_SCOPE) set(UNBOUND_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/unbound/libunbound" PARENT_SCOPE)