Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-01-24 17:24:27 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-01-24 17:24:27 +0300
commitb5652f3f026749c6d5410b5f4c30485163698186 (patch)
treeae7693b2d70651f3cc8391d53bda019801ceb9c4 /build_files
parent6b28b7773057da6dc72067e4ff4f1d646e87aaca (diff)
parentcb6f9c2f198eb2a8ec2e85bd112dceae0bda15f2 (diff)
Merge branch 'blender-v2.82-release'
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/boost.cmake3
1 files changed, 3 insertions, 0 deletions
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}
)