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 a6abfd4 commit 8c09208Copy full SHA for 8c09208
src/arrow/CMakeLists.txt
@@ -46,6 +46,14 @@ else()
46
"$<IF:$<TARGET_EXISTS:Arrow::arrow_shared>,Arrow::arrow_shared,Arrow::arrow_static>"
47
)
48
endif()
49
+list(APPEND
50
+ ICEBERG_ARROW_STATIC_INSTALL_INTERFACE_LIBS
51
+ "$<IF:$<TARGET_EXISTS:iceberg_core_static>,Iceberg::iceberg_core_static,Iceberg::iceberg_core_shared>"
52
+)
53
54
+ ICEBERG_ARROW_SHARED_INSTALL_INTERFACE_LIBS
55
+ "$<IF:$<TARGET_EXISTS:iceberg_core_shared>,Iceberg::iceberg_core_shared,Iceberg::iceberg_core_static>"
56
57
58
add_iceberg_lib(iceberg_arrow
59
SOURCES
0 commit comments