File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,10 +283,7 @@ function(resolve_nanoarrow_dependency)
283283 ${FC_DECLARE_COMMON_OPTIONS}
284284 URL ${NANOARROW_SOURCE_URL}
285285 URL_HASH "SHA256=${ICEBERG_NANOARROW_BUILD_SHA256_CHECKSUM} "
286- FIND_PACKAGE_ARGS
287- NAMES
288- nanoarrow
289- CONFIG)
286+ FIND_PACKAGE_ARGS NAMES nanoarrow CONFIG)
290287 fetchcontent_makeavailable (nanoarrow)
291288
292289 if (nanoarrow_SOURCE_DIR )
Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ iceberg_sources = files(
122122 ' update/update_statistics.cc' ,
123123 ' util/bucket_util.cc' ,
124124 ' util/content_file_util.cc' ,
125- ' util/file_io_util.cc' ,
126125 ' util/conversions.cc' ,
127126 ' util/decimal.cc' ,
127+ ' util/file_io_util.cc' ,
128128 ' util/gzip_internal.cc' ,
129129 ' util/murmurhash3_internal.cc' ,
130130 ' util/property_util.cc' ,
@@ -142,8 +142,8 @@ iceberg_sources = files(
142142# CRoaring does not export symbols, so on Windows it must
143143# be used as a static lib
144144croaring_needs_static = (
145- get_option (' default_library' ) == ' static' or
146- host_machine .system() == ' windows'
145+ get_option (' default_library' ) == ' static'
146+ or host_machine .system() == ' windows'
147147)
148148croaring_dep = dependency (' croaring' , static : croaring_needs_static)
149149nanoarrow_dep = dependency (' nanoarrow' )
You can’t perform that action at this time.
0 commit comments