diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 72d551de7a..ffc7ba12b2 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -191,14 +191,6 @@ install( install(DIRECTORY include/kvikio/ DESTINATION include/kvikio) install(FILES ${KvikIO_BINARY_DIR}/include/kvikio/version_config.hpp DESTINATION include/kvikio) -include("${rapids-cmake-dir}/export/find_package_file.cmake") -rapids_export_find_package_file( - BUILD "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/FindcuFile.cmake" EXPORT_SET kvikio-exports -) -rapids_export_find_package_file( - INSTALL "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/FindcuFile.cmake" EXPORT_SET kvikio-exports -) - set(doc_string [=[ Provide targets for KvikIO. diff --git a/python/kvikio/CMakeLists.txt b/python/kvikio/CMakeLists.txt index 4db09123d4..6e54a5dff5 100644 --- a/python/kvikio/CMakeLists.txt +++ b/python/kvikio/CMakeLists.txt @@ -28,9 +28,6 @@ project( option(USE_NVCOMP_RUNTIME_WHEEL "Use the nvcomp wheel at runtime instead of the system library" OFF) -# 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(CUDAToolkit REQUIRED)