Skip to content

Commit

Permalink
Update cpr submodule to upstream
Browse files Browse the repository at this point in the history
Upstream master now has the patches we need merged.
  • Loading branch information
jagerman committed Aug 2, 2020
1 parent 910f14d commit fe2c6ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
url = https://github.com/libuv/libuv.git
[submodule "external/cpr"]
path = external/cpr
url = https://github.com/jagerman/cpr.git
url = https://github.com/whoshuu/cpr.git
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ target_compile_definitions(uWebSockets INTERFACE UWS_HTTPRESPONSE_NO_WRITEMARK U
# cpr configuration. Ideally we'd just do this via add_subdirectory, but cpr's cmake requires
# 3.15+, and we target lower than that (and this is fairly simple to build).

find_package(CURL REQUIRED COMPONENTS PROTOCOLS HTTP HTTPS FEATURES SSL)
find_package(CURL REQUIRED COMPONENTS HTTP HTTPS SSL)

file(GLOB cpr_sources ${conf_depends} cpr/cpr/*.cpp)

Expand Down
2 changes: 1 addition & 1 deletion external/cpr
Submodule cpr updated from 5410d5 to 451fd1

0 comments on commit fe2c6ee

Please sign in to comment.