Skip to content

Commit

Permalink
Fix case of find_package call
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 4, 2024
1 parent 20d7227 commit 761e70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kvikio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 761e70a

Please sign in to comment.