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