Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsAMeMarcel authored Nov 6, 2024
2 parents f077349 + 6dd190d commit a49c152
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 @@ -13,7 +13,7 @@ if(HUNTER_ENABLED)
message(STATUS "jwt-cpp: using hunter for dependency resolution")
endif()

project(jwt-cpp)
project(jwt-cpp LANGUAGES CXX)

option(JWT_BUILD_EXAMPLES "Configure CMake to build examples (or not)" ON)
option(JWT_BUILD_TESTS "Configure CMake to build tests (or not)" OFF)
Expand Down

0 comments on commit a49c152

Please sign in to comment.