From 1857c617f0d9b6e93dc6d12e98a9c2bf33a2c8a3 Mon Sep 17 00:00:00 2001 From: Shawn Nock Date: Wed, 8 May 2019 11:01:38 +0000 Subject: [PATCH] Disables static build by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8dd628..64a6a51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_C_STANDARD 99) OPTION(DO_UPLOAD_SHA "Send data SHA with update packets" OFF) OPTION(SANITIZE "ASAN" OFF) -OPTION(STATIC "Build static binary" ON) +OPTION(STATIC "Build static binary" OFF) add_executable(umcumgr src/base64.c