Skip to content

Commit

Permalink
Fix CMake format in cudf/_lib/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Dec 10, 2024
1 parent ebad043 commit 5fdb201
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,8 @@
# =============================================================================

set(cython_sources
column.pyx
copying.pyx
csv.pyx
groupby.pyx
interop.pyx
parquet.pyx
reduce.pyx
scalar.pyx
sort.pyx
stream_compaction.pyx
string_casting.pyx
strings_udf.pyx
types.pyx
utils.pyx
column.pyx copying.pyx csv.pyx groupby.pyx interop.pyx parquet.pyx reduce.pyx scalar.pyx
sort.pyx stream_compaction.pyx string_casting.pyx strings_udf.pyx types.pyx utils.pyx
)
set(linked_libraries cudf::cudf)

Expand Down

0 comments on commit 5fdb201

Please sign in to comment.