Blender Git Commit Log

Git Commits -> Revision bbd5f30

Revision bbd5f30 by Brecht Van Lommel (master)
November 28, 2019, 18:20 (GMT)
Build: change CMake option defaults to match "make full"

Previously some important features like OpenSubdiv were disabled by default,
which caused confusion.

The purpose of disabling some of these features was to avoid potentiall build
errors on Linux. But with precompiled libraries, install_deps.sh and better
library availability checking this is hopefully not much of a problem anymore.

This makes "make full" obsolete, but it's kept to not break docs or shell
scripts that people may have, and the .cmake config file remains useful to
modify an existing build folder.

This also changes some option to only be available on platforms where they
are actually supported (WITH_JACK, WITH_TBB_MALLOC_PROXY and X11 options).

Fixes T69742

Differential Revision: https://developer.blender.org/D6306

Commit Details:

Full Hash: bbd5f30ad62cbd9d308fb6861ca782ac7f2f72bc
Parent Commit: 9325e5d
Lines Changed: +45, -117

4 Modified Paths:

/build_files/cmake/config/blender_full.cmake (+6, -10) (Diff)
/build_files/cmake/config/blender_lite.cmake (+6, -3) (Diff)
/build_files/cmake/config/blender_release.cmake (+6, -10) (Diff)
/CMakeLists.txt (+27, -94) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021