Skip to content

Commit

Permalink
Rename cython_modules to cython_sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 4, 2022
1 parent 45ed3ca commit 1ac6c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pylibraft/pylibraft/distance/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
# =============================================================================

# Set the list of Cython files to build
set(cython_modules pairwise_distance.pyx)
set(cython_sources pairwise_distance.pyx)
set(linked_libraries raft::raft raft::distance)

# Build all of the Cython targets
rapids_cython_create_modules(
SOURCE_FILES "${cython_modules}"
SOURCE_FILES "${cython_sources}"
LINKED_LIBRARIES "${linked_libraries}"
CXX)

0 comments on commit 1ac6c2f

Please sign in to comment.