externals: Update cpp-httplib to latest

This commit is contained in:
Alexandre Bouvier 2023-02-18 23:24:04 +01:00
parent dbc6b21343
commit a6a501bfe8
4 changed files with 4 additions and 4 deletions

View file

@ -241,7 +241,7 @@ endif()
if (ENABLE_WEB_SERVICE)
find_package(cpp-jwt 1.4 CONFIG)
find_package(httplib 0.11 MODULE)
find_package(httplib 0.12 MODULE)
endif()
if (YUZU_TESTS)