Skip to content

Commit ff8fa82

Browse files
committed
fix format
1 parent a256acf commit ff8fa82

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,9 @@ function(resolve_nanoarrow_dependency)
242242
)
243243
fetchcontent_makeavailable(nanoarrow)
244244

245-
set_target_properties(nanoarrow_static PROPERTIES OUTPUT_NAME "iceberg_vendored_nanoarrow"
246-
POSITION_INDEPENDENT_CODE ON)
245+
set_target_properties(nanoarrow_static
246+
PROPERTIES OUTPUT_NAME "iceberg_vendored_nanoarrow"
247+
POSITION_INDEPENDENT_CODE ON)
247248
install(TARGETS nanoarrow_static
248249
EXPORT iceberg_targets
249250
RUNTIME DESTINATION "${ICEBERG_INSTALL_BINDIR}"

0 commit comments

Comments
 (0)