cmake: disable libpsl when building libcurl (#4335)

This commit is contained in:
Tyler Wilding
2026-07-03 19:10:46 -04:00
committed by GitHub
parent 2490c94e97
commit bc1b24b0f3
+3
View File
@@ -209,6 +209,9 @@ include_directories(SYSTEM third-party/inja)
# Enable SSL Support, most URLs now-a-days use SSL!
# TODO - probably integrate with ZSTD since we have it already
set(CURL_USE_LIBSSH2 OFF)
# another change in the macOS test runner environment that suddenly has broken
# but this is another part of libcurl we probably don't need (multi-threading/parallelism)
set(CURL_USE_LIBPSL OFF)
set(CURL_ZLIB OFF)
# suddenly became enabled on macOS atleast, only needed for unicode URLs
# wasn't being properly statically linked