Skip to content

Commit 72370e7

Browse files
committed
Remove patch that is only needed for clang-tidy to run on test files
1 parent 24aacb2 commit 72370e7

File tree

3 files changed

+3
-61
lines changed

3 files changed

+3
-61
lines changed

cpp/cmake/thirdparty/get_nanoarrow.cmake

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414

1515
# This function finds nanoarrow and sets any additional necessary environment variables.
1616
function(find_and_configure_nanoarrow)
17-
include(${rapids-cmake-dir}/cpm/package_override.cmake)
18-
19-
set(cudf_patch_dir "${CMAKE_CURRENT_FUNCTION_LIST_DIR}/patches")
20-
rapids_cpm_package_override("${cudf_patch_dir}/nanoarrow_override.json")
21-
2217
if(NOT BUILD_SHARED_LIBS)
2318
set(_exclude_from_all EXCLUDE_FROM_ALL FALSE)
2419
else()
@@ -31,6 +26,9 @@ function(find_and_configure_nanoarrow)
3126
nanoarrow 0.6.0.dev
3227
GLOBAL_TARGETS nanoarrow
3328
CPM_ARGS
29+
GIT_REPOSITORY https://github.com/apache/arrow-nanoarrow.git
30+
GIT_TAG 1e2664a70ec14907409cadcceb14d79b9670bcdb
31+
GIT_SHALLOW FALSE
3432
OPTIONS "BUILD_SHARED_LIBS OFF" "NANOARROW_NAMESPACE cudf" ${_exclude_from_all}
3533
)
3634
set_target_properties(nanoarrow PROPERTIES POSITION_INDEPENDENT_CODE ON)

cpp/cmake/thirdparty/patches/nanoarrow_clang_tidy_compliance.diff

Lines changed: 0 additions & 38 deletions
This file was deleted.

cpp/cmake/thirdparty/patches/nanoarrow_override.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)