aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-iostreams/features.cmake
blob: d0e5cc1b54786f5e4daa05d00b700e56461616b9 (plain)
1
2
3
4
5
6
7
8
9
vcpkg_check_features(
  OUT_FEATURE_OPTIONS
    FEATURE_OPTIONS
  FEATURES
    "bzip2"    BOOST_IOSTREAMS_ENABLE_BZIP2
    "lzma"     BOOST_IOSTREAMS_ENABLE_LZMA
    "zlib"     BOOST_IOSTREAMS_ENABLE_ZLIB
    "zstd"     BOOST_IOSTREAMS_ENABLE_ZSTD
)