Skip to content

Commit 11d4b49

Browse files
committed
2
1 parent 12f7123 commit 11d4b49

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -248,17 +248,17 @@ function(resolve_cpr_dependency)
248248
CACHE BOOL "" FORCE)
249249

250250
set(CPR_USE_SYSTEM_CURL
251-
OFF
251+
ON
252252
CACHE BOOL "" FORCE)
253253

254254
set(CPR_USE_SYSTEM_LIB_PSL
255255
ON
256256
CACHE BOOL "" FORCE)
257257

258258
# Disable IDN support in curl to avoid linking issues
259-
set(CURL_DISABLE_INSTALL
260-
ON
261-
CACHE BOOL "" FORCE)
259+
# set(CURL_DISABLE_INSTALL
260+
# ON
261+
# CACHE BOOL "" FORCE)
262262

263263
set(CURL_DISABLE_LDAP
264264
ON
@@ -293,13 +293,13 @@ function(resolve_cpr_dependency)
293293
ARCHIVE DESTINATION "${ICEBERG_INSTALL_LIBDIR}"
294294
LIBRARY DESTINATION "${ICEBERG_INSTALL_LIBDIR}")
295295

296-
if(TARGET libcurl_static)
297-
set_target_properties(libcurl_static PROPERTIES EXPORT_NAME iceberg_libcurl_static)
296+
# if(TARGET libcurl_static)
297+
# set_target_properties(libcurl_static PROPERTIES EXPORT_NAME iceberg_libcurl_static)
298298

299-
install(TARGETS libcurl_static
300-
EXPORT iceberg_targets
301-
ARCHIVE DESTINATION "${ICEBERG_INSTALL_LIBDIR}")
302-
endif()
299+
# install(TARGETS libcurl_static
300+
# EXPORT iceberg_targets
301+
# ARCHIVE DESTINATION "${ICEBERG_INSTALL_LIBDIR}")
302+
# endif()
303303

304304
set(CPR_VENDORED TRUE)
305305
else()

0 commit comments

Comments
 (0)