diff options
| author | Erwan BERNARD <edmBernard@users.noreply.github.com> | 2019-03-18 20:26:29 +0100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-18 12:26:29 -0700 |
| commit | 2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf (patch) | |
| tree | 5d206bb81bcc73653338349d3d2fe6a079bb88b0 /ports/orc/usage | |
| parent | 2978d2480fa83bd4c4ea70acd9ecd95206af835c (diff) | |
| download | vcpkg-2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf.tar.gz vcpkg-2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf.zip | |
[orc] update to 1.5.5 (#4786)
* [orc] update to 1.5.3
* [orc] update usage with zstd
* [orc] update to 1.5.4
* [orc] update to orc 1.5.5rc1
* [orc] fix static build
* [orc] bump to 1.5.5
Diffstat (limited to 'ports/orc/usage')
| -rw-r--r-- | ports/orc/usage | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/orc/usage b/ports/orc/usage index 6a20ccb89..b364b8bfe 100644 --- a/ports/orc/usage +++ b/ports/orc/usage @@ -5,6 +5,7 @@ The package orc does not provide CMake targets: find_package(Snappy CONFIG REQUIRED) find_library(LZ4_LIBRARY NAMES lz4d lz4) + find_library(ZSTD_LIBRARY NAMES zstd) find_library(ORC_LIBRARY NAMES orc) - target_link_libraries(main PRIVATE ${ORC_LIBRARY} protobuf::libprotoc protobuf::libprotobuf Snappy::snappy ${LZ4_LIBRARY} ZLIB::ZLIB) + target_link_libraries(main PRIVATE ${ORC_LIBRARY} protobuf::libprotoc protobuf::libprotobuf Snappy::snappy ${LZ4_LIBRARY} ${ZSTD_LIBRARY} ZLIB::ZLIB) |
