diff --git a/cpp/include/cuvs/neighbors/common.hpp b/cpp/include/cuvs/neighbors/common.hpp index 8b2edaa424..2e91f3c15f 100644 --- a/cpp/include/cuvs/neighbors/common.hpp +++ b/cpp/include/cuvs/neighbors/common.hpp @@ -485,7 +485,7 @@ namespace filtering { enum class FilterType { None, Bitmap, Bitset }; struct base_filter { - virtual ~base_filter() = default; + ~base_filter() = default; virtual FilterType get_filter_type() const = 0; }; diff --git a/cpp/tests/CMakeLists.txt b/cpp/tests/CMakeLists.txt index a9ec6dfd00..a1b037f706 100644 --- a/cpp/tests/CMakeLists.txt +++ b/cpp/tests/CMakeLists.txt @@ -212,7 +212,7 @@ if(BUILD_TESTS) ConfigureTest( NAME NEIGHBORS_ALL_NEIGHBORS_TEST PATH neighbors/all_neighbors/test_float.cu GPUS 1 PERCENT 100 - ADDITIONAL_DEP nccl + ADDITIONAL_DEP NCCL::NCCL ) ConfigureTest(