Skip to content

Commit a256acf

Browse files
committed
chore: upgrade nanoarrow dependency
1 parent 84f1068 commit a256acf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,13 @@ function(resolve_nanoarrow_dependency)
238238

239239
fetchcontent_declare(nanoarrow
240240
${FC_DECLARE_COMMON_OPTIONS}
241-
URL "https://archive.apache.org/dist/arrow/apache-arrow-nanoarrow-0.6.0/apache-arrow-nanoarrow-0.6.0.tar.gz"
241+
URL "https://dlcdn.apache.org/arrow/apache-arrow-nanoarrow-0.7.0/apache-arrow-nanoarrow-0.7.0.tar.gz"
242242
)
243243
fetchcontent_makeavailable(nanoarrow)
244244

245-
set_target_properties(nanoarrow PROPERTIES OUTPUT_NAME "iceberg_vendored_nanoarrow"
245+
set_target_properties(nanoarrow_static PROPERTIES OUTPUT_NAME "iceberg_vendored_nanoarrow"
246246
POSITION_INDEPENDENT_CODE ON)
247-
install(TARGETS nanoarrow
247+
install(TARGETS nanoarrow_static
248248
EXPORT iceberg_targets
249249
RUNTIME DESTINATION "${ICEBERG_INSTALL_BINDIR}"
250250
ARCHIVE DESTINATION "${ICEBERG_INSTALL_LIBDIR}"

0 commit comments

Comments
 (0)