Skip to content

Commit

Permalink
Changed default options
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppefrandsen committed May 5, 2021
1 parent 977da81 commit 17c9e13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ ENDIF (GIT_TAG)

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: ON]" ON)
OPTION(ENABLE_TESTS "Enable tests [default: ON]" ON)
OPTION(BUILD_SHARED_LIBS "Build all libraries as shared library [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)

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 17c9e13

Please sign in to comment.