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 /source/blender/blenkernel/CMakeLists.txt
parentbe498a21edd8a6320fb25710b94e1229b0984d07 (diff)
Build: print TBB ON/OFF state on first configure, cleanup old TBB logic
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 8e73afea3ac..07c7767f348 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -672,17 +672,6 @@ if(WITH_QUADRIFLOW)
add_definitions(-DWITH_QUADRIFLOW)
endif()
-if(WITH_TBB)
- add_definitions(-DWITH_TBB)
-
- list(APPEND INC_SYS
- ${TBB_INCLUDE_DIRS}
- )
- list(APPEND LIB
- ${TBB_LIBRARIES}
- )
-endif()
-
if(WITH_XR_OPENXR)
add_definitions(-DWITH_XR_OPENXR)
endif()