Skip to content

Commit 981385a

Browse files
committed
Remove data converter
1 parent 10478a7 commit 981385a

File tree

2 files changed

+0
-482
lines changed

2 files changed

+0
-482
lines changed

benchmarks/clustering/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,3 @@ add_executable(ArborX_Benchmark_HDBSCAN.exe hdbscan.cpp)
2121
target_include_directories(ArborX_Benchmark_HDBSCAN.exe PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
2222
target_link_libraries(ArborX_Benchmark_HDBSCAN.exe ArborX::ArborX Boost::program_options cluster_benchmark_helpers)
2323
add_test(NAME ArborX_Benchmark_MST COMMAND ArborX_Benchmark_MST.exe --filename=${input_file})
24-
25-
add_executable(ArborX_DataConverter.exe converter.cpp)
26-
target_compile_features(ArborX_DataConverter.exe PRIVATE cxx_std_17)
27-
target_link_libraries(ArborX_DataConverter.exe Boost::program_options)

0 commit comments

Comments
 (0)