From 57d93fc5dcfffda0d87d33b78f968238ef9a4402 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Mon, 20 Feb 2017 12:42:09 +0100 Subject: [PATCH] Updates TBB to latest stable version for 5.6 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5893b6fd92c..8a9a5078683 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ if(ENABLE_MASON) set(MASON_EXPAT_VERSION "2.2.0") set(MASON_LUA_VERSION "5.2.4") set(MASON_BZIP2_VERSION "1.0.6") - set(MASON_TBB_VERSION "43_20150316") + set(MASON_TBB_VERSION "2017_20161128") message(STATUS "Enabling mason")