aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/CMakeLists.txt
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-10 15:10:08 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-10 15:10:08 +0200
commit7bebbbe5fe7da49a142c89e3fa61413bfb2a8654 (patch)
treecdf172ff0de82dd43779b93787093592cc8a0432 /external/unbound/CMakeLists.txt
parentMerge pull request #1041 (diff)
parentcmake: split BUILD_GUI_DEPS option into two (diff)
downloadmonero-7bebbbe5fe7da49a142c89e3fa61413bfb2a8654.tar.xz
Merge pull request #1040
77fa663 cmake: split BUILD_GUI_DEPS option into two (redfish)
Diffstat (limited to 'external/unbound/CMakeLists.txt')
-rw-r--r--external/unbound/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unbound/CMakeLists.txt b/external/unbound/CMakeLists.txt
index 99a44e1a6..4b82fab82 100644
--- a/external/unbound/CMakeLists.txt
+++ b/external/unbound/CMakeLists.txt
@@ -230,7 +230,7 @@ if (MINGW)
endif ()
-if (BUILD_GUI_DEPS)
+if (INSTALL_VENDORED_LIBUNBOUND)
install(TARGETS unbound
ARCHIVE DESTINATION lib)
endif()