From e06c663eead7ae128b45738baecf1c4ba45841f2 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Mon, 20 Jul 2026 21:17:25 +0000 Subject: [PATCH] Remove stale Python CMake hook --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a482139..86fe1aaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,10 +127,6 @@ if (BUILD_BENCHMARKS) add_subdirectory(benchmarks) endif() -if (WITH_PYTHON) - add_subdirectory(python) -endif() - target_link_libraries(datasketches INTERFACE hll cpc kll fi theta sampling req quantiles count) if (COVERAGE)