From 77d19820f1fe809b20f9c46b2464948e5f5136d4 Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 10 Sep 2012 13:02:13 +0000 Subject: [PATCH] Small Typo git-svn-id: https://svn.dealii.org/branches/branch_cmake@26261 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/cmake/modules/prepare_threads.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5