diff --git a/python/kvikio/CMakeLists.txt b/python/kvikio/CMakeLists.txt index 4e40e86fa6..4db09123d4 100644 --- a/python/kvikio/CMakeLists.txt +++ b/python/kvikio/CMakeLists.txt @@ -31,7 +31,7 @@ option(USE_NVCOMP_RUNTIME_WHEEL "Use the nvcomp wheel at runtime instead of the # TODO: Should we symlink FindcuFile.cmake into python/cmake? find cuFile include(../../cpp/cmake/Modules/FindcuFile.cmake) -find_package(KvikIO REQUIRED "${RAPIDS_VERSION}") +find_package(kvikio REQUIRED "${RAPIDS_VERSION}") find_package(CUDAToolkit REQUIRED)