From 59dcf81656643a8d9aaea59b0b6350aad67ea317 Mon Sep 17 00:00:00 2001 From: Atman2212 Date: Thu, 28 May 2026 19:10:35 -0400 Subject: [PATCH] fix: disable curl tests to prevent duplicate resolve.exe on Windows --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe875aa..0976e7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,8 @@ endif() set(BUILD_CURL_EXE OFF CACHE BOOL "" FORCE) set(CURL_STATICLIB ON CACHE BOOL "" FORCE) +set(CURL_DISABLE_TESTS ON CACHE BOOL "" FORCE) +set(BUILD_TESTING OFF CACHE BOOL "" FORCE) FetchContent_Declare( curl