externals: Update cpp-jwt to e12ef062 (#6051)

Resolves compilation errors when compiling with C++20
This commit is contained in:
Morph 2022-06-25 05:11:57 -04:00 committed by GitHub
parent 88a4759702
commit f71e853054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -131,6 +131,7 @@ if (ENABLE_WEB_SERVICE)
# cpp-jwt
add_library(cpp-jwt INTERFACE)
target_include_directories(cpp-jwt INTERFACE ./cpp-jwt/include)
target_compile_definitions(cpp-jwt INTERFACE CPP_JWT_USE_VENDORED_NLOHMANN_JSON)
endif()
# lodepng

2
externals/cpp-jwt vendored

@ -1 +1 @@
Subproject commit 6e27aa4c8671e183f11e327a2e1f556c64fdc4a9
Subproject commit e12ef06218596b52d9b5d6e1639484866a8e7067