Skip to content

Commit

Permalink
Upgrade to cpp-httplib v0.18.1
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 Nov 1, 2024
1 parent bb8996b commit c7425a3
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.18.1 # latest v0.18.1
)

# zlib: optional httplib dependency
Expand Down

0 comments on commit c7425a3

Please sign in to comment.