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 9a9ac89 commit 615a935Copy full SHA for 615a935
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -130,9 +130,10 @@ function(resolve_arrow_dependency)
130
endif()
131
132
set(ARROW_VENDORED TRUE)
133
- set_target_properties(arrow_static PROPERTIES OUTPUT_NAME "iceberg_vendored_arrow")
+ set_target_properties(arrow_static PROPERTIES OUTPUT_NAME
134
+ "iceberg_vendored_arrow_static")
135
set_target_properties(parquet_static PROPERTIES OUTPUT_NAME
- "iceberg_vendored_parquet")
136
+ "iceberg_vendored_parquet_static")
137
install(TARGETS arrow_static parquet_static
138
EXPORT iceberg_targets
139
RUNTIME DESTINATION "${ICEBERG_INSTALL_BINDIR}"
0 commit comments