diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f208dafcede31cd1f4d6ba8a77c9d97dc28569d3..fd93cfebafba7e2f583f8d2b3d75d968470e8efe 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -58,6 +58,4 @@ if (PYTHON_EXECUTABLE) flann_add_pyunit(test_clustering.py) endif() -add_executable(test_add_points test_add_points.cpp) -target_link_libraries(test_add_points hdf5)