We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f697642 commit d837246Copy full SHA for d837246
1 file changed
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -535,12 +535,11 @@ function(resolve_cpr_dependency)
535
536
fetchcontent_declare(cpr
537
${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)
+ URL https://github.com/libcpr/cpr/archive/refs/tags/1.12.0.tar.gz
+ FIND_PACKAGE_ARGS
+ NAMES
+ cpr
+ CONFIG)
544
545
fetchcontent_makeavailable(cpr)
546
0 commit comments