mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 01:49:17 -04:00
cmake: disable building libidn2 in libcurl
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user