Skip to content

Commit

Permalink
Fix CMake format in cudf/_lib/CMakeLists.txt (#17559)
Browse files Browse the repository at this point in the history
Due to 2 of my cudf._lib refactoring PRs going in which then impacted formatting of `cudf/_lib/CMakeLists.txt`

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #17559
  • Loading branch information
mroeschke authored Dec 10, 2024
1 parent 4764395 commit c53ace8
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 c53ace8

Please sign in to comment.