From b7126ddc0416cff723a51fe1866aa029630605a7 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Fri, 20 Dec 2024 13:23:40 +0100 Subject: [PATCH] fix --- ortools/algorithms/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ortools/algorithms/CMakeLists.txt b/ortools/algorithms/CMakeLists.txt index 4e7a926eda..bcfcaec9c9 100644 --- a/ortools/algorithms/CMakeLists.txt +++ b/ortools/algorithms/CMakeLists.txt @@ -13,6 +13,7 @@ file(GLOB _SRCS "*.h" "*.cc") list(FILTER _SRCS EXCLUDE REGEX ".*/.*_test.cc") +list(FILTER _SRCS EXCLUDE REGEX ".*/set_cover_solve.cc") set(NAME ${PROJECT_NAME}_algorithms)