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 be8be0c
Showing 1 changed file with 1 addition and 5 deletions.
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 be8be0c

Please sign in to comment.