Skip to content

Commit

Permalink
Disabled build of shared libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppefrandsen committed May 6, 2021
1 parent 17c9e13 commit cb64938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ OPTION(ENABLE_GPERF_TOOLS "Enable google perftools [default: OFF]" OFF)
OPTION(ENABLE_COVERAGE "Enable coder coverage [default: OFF]" OFF)
OPTION(ENABLE_DOC "Enable documentation [default: OFF]" OFF)
OPTION(ENABLE_TESTS "Enable tests [default: OFF]" OFF)
OPTION(BUILD_SHARED_LIBS "Build all libraries as shared library [default: ON]" ON)
OPTION(BUILD_SHARED_LIBS "Build all libraries as shared library [default: OFF]" OFF)

set(JWT_INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")
set(JWT_INSTALL_BIN_DIR bin CACHE PATH "Installation directory for executables")
Expand Down

0 comments on commit cb64938

Please sign in to comment.