Skip to content

Commit

Permalink
Fixing brute-force python build
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Apr 9, 2024
1 parent fa42fea commit e7e3f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuvs/cuvs/neighbors/brute_force/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Set the list of Cython files to build
set(cython_sources brute_force.pyx)
set(linked_libraries cuvs::cuvs cuvs_c)
set(linked_libraries cuvs::cuvs cuvs::c_api)

# Build all of the Cython targets
rapids_cython_create_modules(
Expand Down

0 comments on commit e7e3f56

Please sign in to comment.