aboutsummaryrefslogtreecommitdiff
path: root/external/unbound
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2016-09-03 14:11:26 +0200
committerredfish <redfish@galactica.pw>2016-09-03 12:55:20 -0400
commit77fa663e94fe9129f318dd76d53ffa627581f0fa (patch)
treefaf205f5087b852893e56762423f7c63d3eb62e9 /external/unbound
parentMerge pull request #1038 (diff)
downloadmonero-77fa663e94fe9129f318dd76d53ffa627581f0fa.tar.xz
cmake: split BUILD_GUI_DEPS option into two
The split is to make this software more packageable. 'make install' is used by the package building scripts, and should not be installing vendored dependencies onto the system.
Diffstat (limited to 'external/unbound')
-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()