From: Matthias Maier Date: Sat, 15 Sep 2012 21:48:20 +0000 (+0000) Subject: Bugfix. No comment... X-Git-Tag: v8.0.0~1079^2~853 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97edd17eaee81a1c64f1e340489ef259c32cff12;p=dealii.git Bugfix. No comment... git-svn-id: https://svn.dealii.org/branches/branch_cmake@26402 0785d39b-7218-0410-832d-ea1e28bc413d --- 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()