From caf9072ba43aaa39315fd1e90be5b550ca5241de Mon Sep 17 00:00:00 2001 From: maier Date: Sat, 15 Sep 2012 21:48:20 +0000 Subject: [PATCH] Bugfix. No comment... git-svn-id: https://svn.dealii.org/branches/branch_cmake@26402 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/cmake/configure/configure_tbb.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/cmake/configure/configure_tbb.cmake b/deal.II/contrib/cmake/configure/configure_tbb.cmake index 26143962e9..5f1e21432b 100644 --- a/deal.II/contrib/cmake/configure/configure_tbb.cmake +++ b/deal.II/contrib/cmake/configure/configure_tbb.cmake @@ -94,7 +94,7 @@ MACRO(FIND_FEATURE_TBB_EXTERNAL var) ENDIF() IF(TBB_FOUND) - #SET(${var} TRUE) + SET(${var} TRUE) ENDIF() ENDMACRO() -- 2.39.5