]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Rename the bundled feature TBB to THREADS as well
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Nov 2012 23:05:47 +0000 (23:05 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Nov 2012 23:05:47 +0000 (23:05 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27305 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/bundled/CMakeLists.txt

index 657790f6182133c765c55603ba13925098c7ea4c..3ab83a3989cbe1d8386b20135953c1c2251d5730 100644 (file)
@@ -69,14 +69,14 @@ ENDIF()
 #
 IF(NOT CMAKE_SYSTEM_NAME MATCHES "CYGWIN" AND
    NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
-  SET(FEATURE_TBB_HAVE_BUNDLED TRUE)
+  SET(FEATURE_THREADS_HAVE_BUNDLED TRUE)
   SET(TBB_FOLDER "${CMAKE_SOURCE_DIR}/bundled/tbb30_104oss")
-  OPTION(DEAL_II_FORCE_BUNDLED_TBB
+  OPTION(DEAL_II_FORCE_BUNDLED_THREADS
     "Always use the bundled tbb library instead of an external one."
     OFF)
 ENDIF()
 
-IF(FEATURE_TBB_BUNDLED_CONFIGURED)
+IF(FEATURE_THREADS_BUNDLED_CONFIGURED)
   INSTALL(DIRECTORY ${TBB_FOLDER}/include/tbb
     DESTINATION ${DEAL_II_INCLUDE_RELDIR}/deal.II/bundled
     COMPONENT library

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.