Skip to content

Commit

Permalink
Merge pull request #1065 from libcpr/feature/curl_8.7.1
Browse files Browse the repository at this point in the history
Updated curl to 8.7.1
  • Loading branch information
COM8 authored Jun 15, 2024
2 parents 29079a9 + b7bac72 commit 923f83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ else()
cmake_policy(SET CMP0135 NEW)
endif()
FetchContent_Declare(curl
URL https://github.com/curl/curl/releases/download/curl-8_4_0/curl-8.4.0.tar.xz
URL_HASH SHA256=16c62a9c4af0f703d28bda6d7bbf37ba47055ad3414d70dec63e2e6336f2a82d # the file hash for curl-8.4.0.tar.xz
URL https://github.com/curl/curl/releases/download/curl-8_7_1/curl-8.7.1.tar.xz
URL_HASH SHA256=6fea2aac6a4610fbd0400afb0bcddbe7258a64c63f1f68e5855ebc0c659710cd # the file hash for curl-8.7.1.tar.xz
USES_TERMINAL_DOWNLOAD TRUE) # <---- This is needed only for Ninja to show download progress
FetchContent_MakeAvailable(curl)

Expand Down

0 comments on commit 923f83a

Please sign in to comment.