Skip to content

Commit

Permalink
FIX Small python cmake find fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Mar 5, 2024
1 parent b94c1b5 commit a45a039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuvs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rapids_cpm_init()

# If the user requested it we attempt to find CUVS.
if(FIND_CUVS_CPP)
find_package(cuvs ${cuvs_version})
find_package(cuvs ${cuvs_version} REQUIRED)
include(../../cpp/cmake/thirdparty/get_dlpack.cmake)
else()
set(cuvs_FOUND OFF)
Expand Down

0 comments on commit a45a039

Please sign in to comment.