From 81451ab96e55dd68a03b948e3db64539f568d48b Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 18 Dec 2024 15:44:00 +0100 Subject: [PATCH] cmake: Fix configure --- ortools/sat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ortools/sat/CMakeLists.txt b/ortools/sat/CMakeLists.txt index 956d8138bf..fde96867ca 100644 --- a/ortools/sat/CMakeLists.txt +++ b/ortools/sat/CMakeLists.txt @@ -53,7 +53,7 @@ if(BUILD_TESTING) ${_FILE_NAME} LINK_LIBRARIES benchmark::benchmark - fuzztest::fuzztest + #fuzztest::fuzztest GTest::gmock GTest::gtest_main )