Skip to content

Commit 715fbe4

Browse files
better cache string for new option
1 parent b545eaf commit 715fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project(jwt-cpp)
1717

1818
option(JWT_BUILD_EXAMPLES "Configure CMake to build examples (or not)" ON)
1919
option(JWT_BUILD_TESTS "Configure CMake to build tests (or not)" OFF)
20-
option(JWT_BUILD_DOCS "Configure CMake to build documentation (or not)" OFF)
20+
option(JWT_BUILD_DOCS "Adds a target for building the doxygen documentation" OFF)
2121
option(JWT_ENABLE_COVERAGE "Enable code coverage testing" OFF)
2222
option(JWT_ENABLE_FUZZING "Enable fuzz testing" OFF)
2323

0 commit comments

Comments
 (0)