Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed May 29, 2024
1 parent cc9ff42 commit e9e8b35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/cudf/cudf/_lib/pylibcudf/libcudf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
set(cython_sources aggregation.pyx binaryop.pyx copying.pyx replace.pyx reduce.pxd
stream_compaction.pyx types.pyx unary.pyx
)
add_subdirectory(strings)

set(linked_libraries cudf::cudf)

rapids_cython_create_modules(
CXX
SOURCE_FILES "${cython_sources}"
LINKED_LIBRARIES "${linked_libraries}" ASSOCIATED_TARGETS cudf MODULE_PREFIX cpp
)
add_subdirectory(strings)

0 comments on commit e9e8b35

Please sign in to comment.