Skip to content

Commit

Permalink
Fix case of find_package call (rapidsai#534)
Browse files Browse the repository at this point in the history
See rapidsai/devcontainers#414

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Mads R. B. Kristensen (https://github.com/madsbk)

URL: rapidsai#534
  • Loading branch information
vyasr authored Nov 5, 2024
1 parent 20d7227 commit e2b1191
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 e2b1191

Please sign in to comment.