From 6aae1420a3783108fc5f9880b081b3762f0ef176 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 3 Dec 2024 10:13:27 +1300 Subject: [PATCH] third_party: fixup merge error --- third_party/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index bee69e08e..1b4c925fd 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -35,13 +35,6 @@ if(SUPERBUILD) build_target(grpc) endif() - if(NOT BUILD_WITHOUT_CURL) - if(NOT IOS) - build_target(zlib-ng) - endif() - build_target(curl) - endif() - if(BUILD_TESTING) build_target(gtest) endif()