mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:49:01 +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>
11 lines
288 B
CMake
11 lines
288 B
CMake
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
|
|
|
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ARROW_LINK_SHARED)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH "${CURRENT_INSTALLED_DIR}/share/arrow/example"
|
|
OPTIONS
|
|
-DARROW_LINK_SHARED=${ARROW_LINK_SHARED}
|
|
)
|
|
vcpkg_cmake_build()
|