From ff4d23de1de63f3bacc8c9dfe8d786e051cd7641 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Wed, 14 Sep 2022 10:58:47 +0200 Subject: [PATCH] fix --- ortools/base/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ortools/base/CMakeLists.txt b/ortools/base/CMakeLists.txt index aa06420ac5..cd958899e2 100644 --- a/ortools/base/CMakeLists.txt +++ b/ortools/base/CMakeLists.txt @@ -12,6 +12,7 @@ # limitations under the License. file(GLOB _SRCS "*.h" "*.cc") +list(FILTER _SRCS EXCLUDE REGEX ".*/.*_test.cc") set(NAME ${PROJECT_NAME}_base) # Will be merge in libortools.so