[Bf-blender-cvs] [b5b6ae06f98] blender-v3.2-release: Build: update outdated description of WITH_TBB option

Brecht Van Lommel noreply at git.blender.org
Wed May 4 17:08:34 CEST 2022


Commit: b5b6ae06f98e4f32a96632d8a4f2c789546b0190
Author: Brecht Van Lommel
Date:   Tue May 3 15:13:45 2022 +0200
Branches: blender-v3.2-release
https://developer.blender.org/rBb5b6ae06f98e4f32a96632d8a4f2c789546b0190

Build: update outdated description of WITH_TBB option

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06e9fba4aa9..f5660b3653b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -486,7 +486,7 @@ if((UNIX AND NOT APPLE) OR (CMAKE_GENERATOR MATCHES "^Visual Studio.+"))
 endif()
 
 option(WITH_BOOST "Enable features depending on boost" ON)
-option(WITH_TBB   "Enable features depending on TBB (OpenVDB, OpenImageDenoise, sculpt multithreading)" ON)
+option(WITH_TBB   "Enable multithreading. TBB is also required for features such as Cycles, OpenVDB and USD" ON)
 
 # TBB malloc is only supported on for windows currently
 if(WIN32)



More information about the Bf-blender-cvs mailing list