httplib version bump and automated (docker) appimage deployment

This commit is contained in:
2025-03-17 20:13:44 +03:00
parent 487707ba3e
commit 993cf4d69c
3 changed files with 11 additions and 5 deletions

View File

@@ -135,7 +135,7 @@ endif()
FetchContent_Declare(httplib SYSTEM
GIT_REPOSITORY https://github.com/yhirose/cpp-httplib
GIT_TAG c765584e6b1055fe0dfe3e9e6d1b4b09aa305070
GIT_TAG 787a34ad7f01f20922a237d5142aae469828be72
GIT_SHALLOW TRUE)
FetchContent_MakeAvailable(httplib)