Skip to content

Commit ed5df0e

Browse files
committed
test change
1 parent f200df3 commit ed5df0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ function(resolve_curl_dependency)
456456
fetchcontent_makeavailable(CURL)
457457

458458
if(curl_SOURCE_DIR)
459+
set(CURL_VERSION_STRING
460+
"8.11.0"
461+
PARENT_SCOPE)
459462
if(NOT TARGET CURL::libcurl)
460463
add_library(CURL::libcurl INTERFACE IMPORTED)
461464
target_link_libraries(CURL::libcurl INTERFACE libcurl_static)
@@ -502,11 +505,8 @@ function(resolve_cpr_dependency)
502505
set(CPR_USE_SYSTEM_CURL ON)
503506
set(CPR_CURL_NOSIGNAL ON)
504507

505-
set(CURL_VERSION_STRING
506-
"8.11.0"
507-
CACHE STRING "" FORCE)
508-
# set(CURL_LIB
509-
# "CURL::libcurl"
508+
# set(CURL_VERSION_STRING
509+
# "8.11.0"
510510
# CACHE STRING "" FORCE)
511511

512512
fetchcontent_declare(cpr

0 commit comments

Comments
 (0)