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:
authorBrecht Van Lommel <brecht@blender.org>2020-05-05 00:58:48 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-05-05 15:06:08 +0300
commitc54ced9f5529e2111144f29eadbada215f627fa0 (patch)
tree720c7f7e22976b46cadd17fba1323b93baa70a9c /CMakeLists.txt
parentbe498a21edd8a6320fb25710b94e1229b0984d07 (diff)
Build: print TBB ON/OFF state on first configure, cleanup old TBB logic
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 19f25e3c108..ae9f3992aa5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1739,6 +1739,7 @@ if(FIRST_RUN)
info_cfg_option(WITH_ALEMBIC)
info_cfg_option(WITH_QUADRIFLOW)
info_cfg_option(WITH_USD)
+ info_cfg_option(WITH_TBB)
info_cfg_text("Compiler Options:")
info_cfg_option(WITH_BUILDINFO)