mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:28:01 +08:00
[boost-iostream] fix zstd library linkage. (#6624)
This commit is contained in:
parent
bdb77a361c
commit
4a03181c79
@ -30,7 +30,7 @@ find_package(LibLZMA REQUIRED)
|
||||
target_include_directories(boost_iostreams PRIVATE ${LIBLZMA_INCLUDE_DIRS})
|
||||
target_link_libraries(boost_iostreams PRIVATE ${LIBLZMA_LIBRARIES})
|
||||
|
||||
find_library(ZSTD_LIBRARY NAMES zstdd zstd_staticd zstd zstd_static)
|
||||
find_library(ZSTD_LIBRARY NAMES zstdd zstd_staticd zstd zstd_static NAMES_PER_DIR)
|
||||
target_link_libraries(boost_iostreams PRIVATE ${ZSTD_LIBRARY})
|
||||
|
||||
install(TARGETS boost_iostreams
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-iostreams
|
||||
Version: 1.70.0
|
||||
Version: 1.70.0-1
|
||||
Build-Depends: boost-assert, boost-bind, boost-build, boost-config, boost-core, boost-detail, boost-function, boost-integer, boost-iterator, boost-mpl, boost-numeric-conversion, boost-preprocessor, boost-range, boost-regex, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, bzip2, liblzma, zlib, zstd
|
||||
Description: Boost iostreams module
|
||||
|
Loading…
x
Reference in New Issue
Block a user