Skip to content

Commit

Permalink
Update CMakeLists.txt (#365)
Browse files Browse the repository at this point in the history
Specify C++ language to avoid searching for C compiler
  • Loading branch information
dantti authored Nov 2, 2024
1 parent 83703d7 commit 6dd190d
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 6dd190d

Please sign in to comment.