diff options
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) | 
