mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Turn off building examples
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user