From 48b5d067541d0c68b5c2906d885467ca34aff2ea Mon Sep 17 00:00:00 2001 From: Pranav Bhandari Date: Fri, 19 Dec 2025 14:24:56 -0800 Subject: [PATCH] Update CMakeLists.txt --- cachelib/common/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/cachelib/common/CMakeLists.txt b/cachelib/common/CMakeLists.txt index d3de8e6e5..2245a327b 100644 --- a/cachelib/common/CMakeLists.txt +++ b/cachelib/common/CMakeLists.txt @@ -93,12 +93,10 @@ if (BUILD_TESTS) add_source_test (tests/CohortTests.cpp) add_source_test (tests/CounterTests.cpp) add_source_test (tests/CountMinSketchTest.cpp) - add_source_test (tests/EventInterfaceTest.cpp allocator_test_support) add_source_test (tests/HashTests.cpp) add_source_test (tests/IteratorsTests.cpp) add_source_test (tests/MutexTests.cpp) add_source_test (tests/PeriodicWorkerTest.cpp) - add_source_test (tests/SerializationTest.cpp allocator_test_support) add_source_test (tests/UtilTests.cpp) add_source_test (tests/CountDownLatchTest.cpp) # fails from cmake: add_source_test (tests/UtilTestsRSS.cpp)