Skip to content

Commit 6dd190d

Browse files
authored
Update CMakeLists.txt (#365)
Specify C++ language to avoid searching for C compiler
1 parent 83703d7 commit 6dd190d

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
@@ -13,7 +13,7 @@ if(HUNTER_ENABLED)
1313
message(STATUS "jwt-cpp: using hunter for dependency resolution")
1414
endif()
1515

16-
project(jwt-cpp)
16+
project(jwt-cpp LANGUAGES CXX)
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)

0 commit comments

Comments
 (0)