We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10478a7 commit 981385aCopy full SHA for 981385a
benchmarks/clustering/CMakeLists.txt
@@ -21,7 +21,3 @@ add_executable(ArborX_Benchmark_HDBSCAN.exe hdbscan.cpp)
21
target_include_directories(ArborX_Benchmark_HDBSCAN.exe PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
22
target_link_libraries(ArborX_Benchmark_HDBSCAN.exe ArborX::ArborX Boost::program_options cluster_benchmark_helpers)
23
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