File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ function(resolve_zlib_dependency)
431431endfunction ()
432432
433433# ----------------------------------------------------------------------
434- # CURL
434+ # CURL (for cpr)
435435
436436function (resolve_curl_dependency)
437437 prepare_fetchcontent()
@@ -551,7 +551,7 @@ function(resolve_curl_dependency)
551551endfunction ()
552552
553553# ----------------------------------------------------------------------
554- # cpr
554+ # cpr (C++ Requests)
555555
556556function (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
You can’t perform that action at this time.
0 commit comments