]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Disable bundled TBB for Windows targets as well
authorMatthias Maier <tamiko@kyomu.43-1.org>
Fri, 9 Aug 2013 20:27:19 +0000 (20:27 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Fri, 9 Aug 2013 20:27:19 +0000 (20:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@30269 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/bundled/CMakeLists.txt

index 1e0d8a1e9bb4394f6321cf785db58dc5db481cdf..846b614f2ae08e78d929ecc6e6271264f68c2819 100644 (file)
@@ -68,9 +68,10 @@ ENDIF()
 #
 # Threading Building Blocks library
 #
-IF(NOT CMAKE_SYSTEM_NAME MATCHES "CYGWIN")
+IF(NOT CMAKE_SYSTEM_NAME MATCHES "CYGWIN"
+   AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
   #
-  # Cygwin is unsupported by tbb
+  # Cygwin is unsupported by tbb, Windows due to the way we compile tbb...
   #
   SET(FEATURE_THREADS_HAVE_BUNDLED TRUE)
   OPTION(DEAL_II_FORCE_BUNDLED_THREADS

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.