mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 13:19:07 +08:00
e20e1c7908
* Use expressive patch name * Fix BROTLI_INCLUDE_DIR import * glog is unused (off by default) * Cleanup portfile, fix 'arrow[core]' * Add CI test port * Update to 8.0.1 [skip actions] * Declare dependency source for substituted packages * Trim obsolete patch chunks * Fix static link libs export * Use substituted targets directly, for proper export * Fix snappy lib export to pc file * Update versions * Add license for test port * Add =pass entries for the new "vcpkg-ci-Xxx" port. Co-authored-by: Billy O'Neal <bion@microsoft.com>
13 lines
534 B
Diff
13 lines
534 B
Diff
diff --git a/cpp/src/arrow/CMakeLists.txt b/cpp/src/arrow/CMakeLists.txt
|
|
index 690c51a..2f7d26b 100644
|
|
--- a/cpp/src/arrow/CMakeLists.txt
|
|
+++ b/cpp/src/arrow/CMakeLists.txt
|
|
@@ -570,6 +570,7 @@ add_arrow_lib(arrow
|
|
${ARROW_SHARED_PRIVATE_LINK_LIBS}
|
|
STATIC_LINK_LIBS
|
|
${ARROW_STATIC_LINK_LIBS}
|
|
+ STATIC_INSTALL_INTERFACE_LIBS
|
|
${ARROW_STATIC_INSTALL_INTERFACE_LIBS}
|
|
SHARED_INSTALL_INTERFACE_LIBS
|
|
${ARROW_SHARED_INSTALL_INTERFACE_LIBS})
|