diff --git a/build_files/build_environment/cmake/boost.cmake b/build_files/build_environment/cmake/boost.cmake index c11e14f879b..9a4e6d25c23 100644 --- a/build_files/build_environment/cmake/boost.cmake +++ b/build_files/build_environment/cmake/boost.cmake @@ -72,6 +72,9 @@ set(BOOST_OPTIONS --with-serialization --with-program_options --with-iostreams + -sNO_BZIP2=1 + -sNO_LZMA=1 + -sNO_ZSTD=1 ${BOOST_TOOLSET} )