Describe the bug
The OpenMP package is searched for unconditionally on https://github.com/rapidsai/cuvs/blob/branch-25.10/cpp/CMakeLists.txt#L585 and therefore enabling DISABLE_OPENMP doesn't actually do anything
Steps/Code to reproduce bug
Build with DISABLE_OPENMP enabled, and run ldd on the generated libcuvs.so. You will still see an openmp dependency
Describe the bug
The OpenMP package is searched for unconditionally on https://github.com/rapidsai/cuvs/blob/branch-25.10/cpp/CMakeLists.txt#L585 and therefore enabling
DISABLE_OPENMPdoesn't actually do anythingSteps/Code to reproduce bug
Build with
DISABLE_OPENMPenabled, and runlddon the generated libcuvs.so. You will still see an openmp dependency