Skip to content

Commit

Permalink
find_package(cuFile QUIET)
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <[email protected]>
  • Loading branch information
bdice and vyasr authored Feb 13, 2024
1 parent 4cb4cfb commit 221c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if(NOT already_set_kvikio)
set_property(DIRECTORY PROPERTY kvikio_already_set_defines "ON")

# Find cuFile and determine which features are supported
find_package(cuFile)
find_package(cuFile QUIET)
if(NOT cuFile_FOUND)
message(WARNING "KvikIO: Building KvikIO without cuFile")
else()
Expand Down

0 comments on commit 221c2a6

Please sign in to comment.