Skip to content

Commit 69081a9

Browse files
committed
maybe not required
1 parent 1224239 commit 69081a9

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
@@ -505,9 +505,9 @@ function(resolve_cpr_dependency)
505505
set(CURL_VERSION_STRING
506506
"8.11.0"
507507
CACHE STRING "" FORCE)
508-
set(CURL_LIB
509-
"CURL::libcurl"
510-
CACHE STRING "" FORCE)
508+
# set(CURL_LIB
509+
# "CURL::libcurl"
510+
# CACHE STRING "" FORCE)
511511

512512
fetchcontent_declare(cpr
513513
${FC_DECLARE_COMMON_OPTIONS}

0 commit comments

Comments
 (0)