]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
intermediate
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2012 17:30:27 +0000 (17:30 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2012 17:30:27 +0000 (17:30 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@25828 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt

index 19fb051bbf89e071a94142ee13df7eaa4a25360e..6ad8f5157a609c864fe21ba416aeb04182f69a80 100644 (file)
@@ -20,6 +20,7 @@ OPTION(DEAL_II_FUNCTIONPARSER "BUild deal.II with support for functionparser" ON
 # TODO: The rest ;-)
 
 
+
 #
 # Configure:
 #
@@ -29,6 +30,10 @@ SET(CMAKE_MODULE_PATH
   "${CMAKE_SOURCE_DIR}/contrib/cmake/modules/"
   )
 
+#
+# DEAL_II_WITH_THREADS:
+#
+
 IF(DEAL_II_WITH_THREADS)
   FIND_PACKAGE(Threads REQUIRED)
 
@@ -41,10 +46,16 @@ IF(DEAL_II_WITH_THREADS)
 
   INCLUDE_DIRECTORIES(${TBB_INCLUDE_DIR})
 
-  #TODO DEAL_II_USE_MT DEAL_II_USE_MT_POSIX DEAL_II_VOALTILE volatile
+  SET(DEAL_II_USE_MT TRUE)
+  SET(DEAL_II_USE_MT_POSIX TRUE)
 ENDIF()
 
 
+#
+#
+#
+
+
 #
 # Build the toolchain and contrib libraries:
 #

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.