2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Disable libpsl when building curl.

This commit is contained in:
Bartosz Taudul
2025-05-19 00:06:57 +02:00
parent ebe50c9981
commit 9bce0bda02

View File

@@ -132,6 +132,7 @@ else()
"BUILD_SHARED_LIBS OFF"
"HTTP_ONLY ON"
"CURL_ZSTD OFF"
"CURL_USE_LIBPSL OFF"
EXCLUDE_FROM_ALL TRUE
)
add_library(TracyLibcurl INTERFACE)