externals: Update cpp-jwt to e12ef062 (#6051)
Resolves compilation errors when compiling with C++20
This commit is contained in:
parent
88a4759702
commit
f71e853054
1
externals/CMakeLists.txt
vendored
1
externals/CMakeLists.txt
vendored
@ -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
2
externals/cpp-jwt
vendored
@ -1 +1 @@
|
||||
Subproject commit 6e27aa4c8671e183f11e327a2e1f556c64fdc4a9
|
||||
Subproject commit e12ef06218596b52d9b5d6e1639484866a8e7067
|
Loading…
Reference in New Issue
Block a user