Skip to content

Commit

Permalink
deps: upgrade cpp-httplib to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fklebert committed Jul 25, 2023
1 parent 4fb1931 commit 9994df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ endif()
if (NOT TARGET httplib)
FetchContent_Declare(httplib
GIT_REPOSITORY "https://github.com/yhirose/cpp-httplib.git"
GIT_TAG "v0.12.2"
GIT_TAG "v0.13.1"
GIT_SHALLOW ON)
FetchContent_MakeAvailable(httplib)
target_compile_definitions(httplib
Expand Down

0 comments on commit 9994df3

Please sign in to comment.