From a633e72064f48c062c684652cc70b6cb23d708b4 Mon Sep 17 00:00:00 2001
From: Szczepan Zalega <szczepan@nitrokey.com>
Date: Sat, 7 Oct 2017 11:48:49 +0200
Subject: Build shared library by default

Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f35ba3b..da453cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ set(LIBNK_VERSION ${LIBNK_VERSION_MAJOR}.${LIBNK_VERSION_MINOR}.${LIBNK_VERSION_
 
 include(GNUInstallDirs)
 
-OPTION(LIBNITROKEY_STATIC "Build libnitrokey statically" TRUE)
+OPTION(LIBNITROKEY_STATIC "Build libnitrokey statically" FALSE)
 
 
 OPTION(COMPILE_TESTS "Compile tests" FALSE)
-- 
cgit v1.2.3