externals: Update cpp-jwt to e12ef062 (#6051)
Resolves compilation errors when compiling with C++20
This commit is contained in:
parent
88a4759702
commit
f71e853054
2 changed files with 2 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue