File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments