]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Mar 2013 00:33:12 +0000 (00:33 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Mar 2013 00:33:12 +0000 (00:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@29006 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/modules/FindTBB.cmake

index 998b80cf9ac0965aea4e0c5e7883348be9c71d61..f909420e6e5d0a597fdb3bc865aca322d9d84aa8 100644 (file)
@@ -55,7 +55,7 @@ IF(TBB_FOUND)
 
   IF(NOT TBB_DEBUG_LIBRARY MATCHES "-NOTFOUND")
     SET(TBB_WITH_DEBUGLIB TRUE)
-    SET(TBB_LIBRARIES debug ${TBB_LIBARY} release ${TBB_LIBRARY})
+    SET(TBB_LIBRARIES debug ${TBB_LIBARY} optimized ${TBB_LIBRARY})
   ELSE()
     SET(TBB_LIBRARIES ${TBB_LIBARY})
   ENDIF()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.