From c54ced9f5529e2111144f29eadbada215f627fa0 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 4 May 2020 23:58:48 +0200 Subject: Build: print TBB ON/OFF state on first configure, cleanup old TBB logic --- source/blender/blenkernel/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source/blender/blenkernel') 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() -- cgit v1.2.3