cmake: disable building libidn2 in libcurl

This commit is contained in:
Tyler Wilding
2025-05-15 00:11:39 -04:00
parent 0837af95c3
commit a66497b792
+3
View File
@@ -203,6 +203,9 @@ include_directories(SYSTEM third-party/inja)
# TODO - probably integrate with ZSTD since we have it already
set(CURL_USE_LIBSSH2 OFF)
set(CURL_ZLIB OFF)
# suddenly became enabled on macOS atleast, only needed for unicode URLs
# wasn't being properly statically linked
set(USE_LIBIDN2 OFF)
if(WIN32)
set(CURL_USE_SCHANNEL ON) # native Windows SSL support
elseif(APPLE)