1
0
Fork 0

Disables static build by default

This commit is contained in:
Shawn Nock 2019-05-08 11:01:38 +00:00
parent 57d47d64c9
commit 1857c617f0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set(CMAKE_C_STANDARD 99)
OPTION(DO_UPLOAD_SHA "Send data SHA with update packets" OFF) OPTION(DO_UPLOAD_SHA "Send data SHA with update packets" OFF)
OPTION(SANITIZE "ASAN" OFF) OPTION(SANITIZE "ASAN" OFF)
OPTION(STATIC "Build static binary" ON) OPTION(STATIC "Build static binary" OFF)
add_executable(umcumgr add_executable(umcumgr
src/base64.c src/base64.c