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/blenlib/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt index d3bfb553329..ab9b3e19ab9 100644 --- a/source/blender/blenlib/CMakeLists.txt +++ b/source/blender/blenlib/CMakeLists.txt @@ -286,6 +286,10 @@ if(WITH_TBB) list(APPEND INC_SYS ${TBB_INCLUDE_DIRS} ) + + list(APPEND LIB + ${TBB_LIBRARIES} + ) endif() if(WIN32) -- cgit v1.2.3