We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac025e1 commit 1484064Copy full SHA for 1484064
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -221,6 +221,7 @@ function(resolve_nanoarrow_dependency)
221
fetchcontent_makeavailable(nanoarrow)
222
223
set_target_properties(nanoarrow PROPERTIES OUTPUT_NAME "iceberg_vendored_nanoarrow")
224
+ set_target_properties(nanoarrow PROPERTIES POSITION_INDEPENDENT_CODE ON)
225
install(TARGETS nanoarrow
226
EXPORT iceberg_targets
227
RUNTIME DESTINATION "${ICEBERG_INSTALL_BINDIR}"
0 commit comments