From: maier Date: Mon, 10 Sep 2012 13:02:13 +0000 (+0000) Subject: Small Typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d19820f1fe809b20f9c46b2464948e5f5136d4;p=dealii-svn.git Small Typo git-svn-id: https://svn.dealii.org/branches/branch_cmake@26261 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/cmake/modules/prepare_threads.cmake b/deal.II/contrib/cmake/modules/prepare_threads.cmake index 5e0c1e8ed0..5c0a830f18 100644 --- a/deal.II/contrib/cmake/modules/prepare_threads.cmake +++ b/deal.II/contrib/cmake/modules/prepare_threads.cmake @@ -8,6 +8,7 @@ IF(DEAL_II_USE_CONTRIB) # _installed_ library location ELSE() + FIND_PACKAGE(TBB REQUIRED) ENDIF() @@ -24,7 +25,7 @@ LIST(APPEND deal_ii_external_libraries ) LIST(APPEND deal_ii_external_debug_libraries ${TBB_DEBUG_LIBRARY} - ) #TODO + ) SET(DEAL_II_USE_MT TRUE) SET(DEAL_II_USE_MT_POSIX TRUE)