Skip to content

Commit

Permalink
Remove C language from cudf_kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 2, 2023
1 parent d67bb65 commit 8c4dc8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions cpp/examples/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ build_example() {
build_example basic
build_example strings
build_example nested_types
build_example streams
6 changes: 1 addition & 5 deletions python/cudf_kafka/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ include(../../fetch_rapids.cmake)
project(
cudf-kafka-python
VERSION ${cudf_kafka_version}
LANGUAGES # TODO: Building Python extension modules via the python_extension_module requires the C
# language to be enabled here. The test project that is built in scikit-build to verify
# various linking options for the python library is hardcoded to build with C, so until
# that is fixed we need to keep C.
C CXX
LANGUAGES CXX
)

find_package(cudf_kafka ${cudf_kafka_version} REQUIRED)
Expand Down

0 comments on commit 8c4dc8e

Please sign in to comment.