File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments