]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Enable to turn python wrapper off.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Sun, 10 Jul 2016 03:58:12 +0000 (23:58 -0400)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 3 Aug 2016 20:34:02 +0000 (16:34 -0400)
source/CMakeLists.txt

index 7075734e5f45b04390535621c25ef0ee83138e31..3da4617522f9289594b17af10c0d5072f7a96e77 100644 (file)
@@ -48,7 +48,9 @@ ADD_SUBDIRECTORY(integrators)
 ADD_SUBDIRECTORY(matrix_free)
 ADD_SUBDIRECTORY(meshworker)
 ADD_SUBDIRECTORY(opencascade)
-ADD_SUBDIRECTORY(python)
+IF(DEAL_II_WITH_PYTHON)
+  ADD_SUBDIRECTORY(python)
+ENDIF()
 
 FOREACH(build ${DEAL_II_BUILD_TYPES})
   STRING(TOLOWER ${build} build_lowercase)

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.