Skip to content

Commit

Permalink
Upgrade to cpp-httplib v0.15.3
Browse files Browse the repository at this point in the history
Enabling TESTING on opendigitizer fails
to build as due httplib used here not
having the required status enums.

Signed-off-by: Daniel Nicoletti <[email protected]>
  • Loading branch information
dantti committed Oct 31, 2024
1 parent bb8996b commit 001b7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DependenciesNative.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ option(WITH_PERF_TOOL "Build with perf-tools" OFF)
FetchContent_Declare(
cpp-httplib
GIT_REPOSITORY https://github.com/yhirose/cpp-httplib.git
GIT_TAG v0.14.2 # latest v0.14.2
GIT_TAG v0.15.3
)

# zlib: optional httplib dependency
Expand Down

0 comments on commit 001b7b1

Please sign in to comment.