Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 25, 2025
1 parent 27d40b9 commit eb21d46
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions python/cudf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ rapids_cython_init()

add_subdirectory(cudf/_lib)
add_subdirectory(udf_cpp)

if(DEFINED cython_lib_dir)
rapids_cython_add_rpath_entries(TARGET cudf PATHS "${cython_lib_dir}")
endif()
4 changes: 0 additions & 4 deletions python/cudf_kafka/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ include(rapids-cython-core)
rapids_cython_init()

add_subdirectory(cudf_kafka/_lib)

if(DEFINED cython_lib_dir)
rapids_cython_add_rpath_entries(TARGET cudf_kafka PATHS "${cython_lib_dir}")
endif()
4 changes: 0 additions & 4 deletions python/pylibcudf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ include(rapids-cython-core)
rapids_cython_init()

add_subdirectory(pylibcudf)

if(DEFINED cython_lib_dir)
rapids_cython_add_rpath_entries(TARGET cudf PATHS "${cython_lib_dir}")
endif()

0 comments on commit eb21d46

Please sign in to comment.