From bff11b8665e1e9319eae2584508d3bc00588b7e8 Mon Sep 17 00:00:00 2001 From: Alexey AL Date: Mon, 9 Feb 2015 01:21:43 +0300 Subject: [PATCH] Add static build internal libs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50e68c7dc..e6e11fd9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ OPTION(ENABLE_DB "Find and link with DB library [default: OFF]" OPTION(ENABLE_SQLITE "Find and link with sqlite3 library [default: OFF]" OFF) OPTION(ENABLE_HIREDIS "Find and link with external redis library [default: OFF]" OFF) OPTION(ENABLE_URL_INCLUDE "Enable urls in ucl includes (requires libcurl or libfetch) [default: OFF]" OFF) -OPTION(NO_SHARED "Build internal libs static [default: OFF]" OFF) +OPTION(NO_SHARED "Build internal libs static [default: ON]" ON) OPTION(FORCE_GMIME24 "Link with gmime2.4 [default: OFF]" OFF) OPTION(INSTALL_EXAMPLES "Install examples [default: OFF]" OFF) OPTION(INSTALL_WEBUI "Install web interface [default: ON]" ON) -- 2.39.5