From 91584b382be8cbd19ab7a035984fae306ca390d8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 25 Feb 2025 16:27:15 +0100 Subject: [PATCH] cmake: remove CURL_LIBDIRS dupes --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6795b67967..4136901f6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2073,6 +2073,8 @@ if(HAVE_MANUAL_TOOLS) add_subdirectory(docs) endif() +list(REMOVE_DUPLICATES CURL_LIBDIRS) + add_subdirectory(lib) if(BUILD_CURL_EXE)