From 43677f9d68dae2e82009e0e0290767a37e07a037 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Sat, 3 Sep 2016 13:32:06 +0300 Subject: gui/libwallet_merged: libunbound is one more dependency --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e1ac8422a..91f0ca1fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -603,3 +603,7 @@ if(BUILD_DOCUMENTATION) endif() endif() +# when ON - will install libunbound and libwallet_merged into "lib" +option(BUILD_GUI_DEPS "Build GUI dependencies." OFF) + + -- cgit v1.2.3