Skip to content

Commit d837246

Browse files
committed
change to url
1 parent f697642 commit d837246

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -535,12 +535,11 @@ function(resolve_cpr_dependency)
535535

536536
fetchcontent_declare(cpr
537537
${FC_DECLARE_COMMON_OPTIONS}
538-
GIT_REPOSITORY https://github.com/libcpr/cpr.git
539-
GIT_TAG 1.12.0
540-
FIND_PACKAGE_ARGS
541-
NAMES
542-
cpr
543-
CONFIG)
538+
URL https://github.com/libcpr/cpr/archive/refs/tags/1.12.0.tar.gz
539+
FIND_PACKAGE_ARGS
540+
NAMES
541+
cpr
542+
CONFIG)
544543

545544
fetchcontent_makeavailable(cpr)
546545

0 commit comments

Comments
 (0)