Skip to content

Commit

Permalink
Turn off building examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Sep 21, 2023
1 parent 48f662a commit 5981f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/jwt-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()

project(jwt-cpp)

option(JWT_BUILD_EXAMPLES "Configure CMake to build examples (or not)" ON)
option(JWT_BUILD_EXAMPLES "Configure CMake to build examples (or not)" OFF)
option(JWT_BUILD_TESTS "Configure CMake to build tests (or not)" OFF)
option(JWT_ENABLE_COVERAGE "Enable code coverage testing" OFF)
option(JWT_ENABLE_FUZZING "Enable fuzz testing" OFF)
Expand Down

0 comments on commit 5981f19

Please sign in to comment.