Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
917 stars 243 forks source link

Update CMakeLists.txt #365

Closed dantti closed 3 weeks ago

dantti commented 1 month ago

Specify C++ language to avoid searching for C compiler

Thalhammer commented 3 weeks ago

Looks reasonable to me, we do indeed not use any C so there's no harm in disabling C support.