Skip to content

Commit b86e8d4

Browse files
committed
add build system modules
1 parent 5fc1097 commit b86e8d4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

LICENSE

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,13 @@ License: Public Domain
214214

215215
This product includes code from Apache Arrow.
216216

217-
* checked_cast utility in src/iceberg/util/checked_cast.h.
218-
* visit_type utility in src/iceberg/util/visit_type.h.
219-
* Decimal128 implementation details in src/iceberg/util/decimal files.
217+
* Core utilities:
218+
* checked_cast utility in src/iceberg/util/checked_cast.h.
219+
* visit_type utility in src/iceberg/util/visit_type.h.
220+
* Decimal128 implementation details in src/iceberg/util/decimal files.
221+
* Build system modules:
222+
* cmake_modules/IcebergBuildUtils.cmake.
223+
* cmake_modules/IcebergThirdpartyToolchain.cmake.
220224

221225
Copyright: 2016-2025 The Apache Software Foundation.
222226
Home page: https://arrow.apache.org/

0 commit comments

Comments
 (0)