aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/boost/pre-build-stubs/iostreams.cmake
blob: 93f8759fa71b641638dcfafd8f6d81154e074510 (plain)
1
2
3
if (BOOST_IOSTREAMS_ENABLE_ZSTD AND VCPKG_LIBRARY_LINKAGE STREQUAL "static")
    list(APPEND FEATURE_OPTIONS "-DBOOST_IOSTREAMS_ZSTD_TARGET=zstd::libzstd_static")
endif()