Skip to content

Commit 579db22

Browse files
committed
update cpr version and add comment
1 parent 057a5e8 commit 579db22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ function(resolve_zlib_dependency)
431431
endfunction()
432432

433433
# ----------------------------------------------------------------------
434-
# CURL
434+
# CURL (for cpr)
435435

436436
function(resolve_curl_dependency)
437437
prepare_fetchcontent()
@@ -551,7 +551,7 @@ function(resolve_curl_dependency)
551551
endfunction()
552552

553553
# ----------------------------------------------------------------------
554-
# cpr
554+
# cpr (C++ Requests)
555555

556556
function(resolve_cpr_dependency)
557557
prepare_fetchcontent()
@@ -582,7 +582,7 @@ function(resolve_cpr_dependency)
582582
fetchcontent_declare(cpr
583583
${FC_DECLARE_COMMON_OPTIONS}
584584
GIT_REPOSITORY https://github.com/libcpr/cpr.git
585-
GIT_TAG 1.11.0
585+
GIT_TAG 1.12.0
586586
FIND_PACKAGE_ARGS
587587
NAMES
588588
cpr

0 commit comments

Comments
 (0)