Skip to content

Commit 544a4ac

Browse files
committed
disable ssl
1 parent f0d39b7 commit 544a4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ function(resolve_cpr_dependency)
556556
OFF
557557
CACHE BOOL "" FORCE)
558558
set(CPR_ENABLE_SSL
559-
ON
559+
OFF
560560
CACHE BOOL "" FORCE)
561561
set(CPR_USE_SYSTEM_CURL
562562
ON

0 commit comments

Comments
 (0)