Skip to content

Commit 89e74be

Browse files
authored
Merge pull request #510 from PointKernel/agent/remove-stale-python-cmake-hook
Remove stale Python CMake hook
2 parents b3e8cc9 + e06c663 commit 89e74be

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ if (BUILD_BENCHMARKS)
127127
add_subdirectory(benchmarks)
128128
endif()
129129

130-
if (WITH_PYTHON)
131-
add_subdirectory(python)
132-
endif()
133-
134130
target_link_libraries(datasketches INTERFACE hll cpc kll fi theta sampling req quantiles count)
135131

136132
if (COVERAGE)

0 commit comments

Comments
 (0)