From: bangerth Date: Thu, 4 Apr 2013 00:04:43 +0000 (+0000) Subject: Make building mesh_converter the default. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c3df70c99bff054e8261847282cd37b5d9436c;p=dealii-svn.git Make building mesh_converter the default. git-svn-id: https://svn.dealii.org/trunk@29173 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/setup_cached_variables.cmake b/deal.II/cmake/setup_cached_variables.cmake index 8d38aeab67..f5c760bd7d 100644 --- a/deal.II/cmake/setup_cached_variables.cmake +++ b/deal.II/cmake/setup_cached_variables.cmake @@ -81,7 +81,7 @@ OPTION(DEAL_II_COMPONENT_EXAMPLES OPTION(DEAL_II_COMPONENT_MESH_CONVERTER "Build and install the mesh_converter. This adds a COMPONENT \"mesh_converter\" to the build system." - OFF + ON ) OPTION(DEAL_II_COMPONENT_PARAMETER_GUI diff --git a/deal.II/doc/development/Config.sample b/deal.II/doc/development/Config.sample index 28d2dbf940..528eb299e8 100644 --- a/deal.II/doc/development/Config.sample +++ b/deal.II/doc/development/Config.sample @@ -28,7 +28,7 @@ # "Enable configuration and installation of the example steps. This adds a COMPONENT \"examples\" to the build system." # ) # -# SET(DEAL_II_COMPONENT_MESH_CONVERTER OFF CACHE BOOL +# SET(DEAL_II_COMPONENT_MESH_CONVERTER ON CACHE BOOL # "Build and install the mesh_converter. This adds a COMPONENT \"mesh_converter\" to the build system." # ) # diff --git a/deal.II/doc/development/cmake.html b/deal.II/doc/development/cmake.html index be01209bc5..d90449c6a4 100644 --- a/deal.II/doc/development/cmake.html +++ b/deal.II/doc/development/cmake.html @@ -477,7 +477,7 @@
  • DEAL_II_COMPONENT_MESH_CONVERTER (default - OFF): + ON):

    Enable configuration and installation of the diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 68c00eb0cb..56eeadfaa1 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -389,14 +389,18 @@

  • mesh_converter: If you wish to compile and install the - mesh_converter, specify - -DDEAL_II_COMPONENT_MESH_CONVERTER=ON. + mesh_converter tool discussed in the documentation + of the GridIn class, specify + -DDEAL_II_COMPONENT_MESH_CONVERTER=ON. (This is in fact + the default.)

    +

    parameter_gui: If you wish to compile and install the - parameter_gui, specify + parameter_gui tool discussed in the documentation + of the ParameterHandler class, specify -DDEAL_II_COMPONENT_PARAMETER_GUI=ON. Beware of the - fact that parameterGUI needs development packages for Qt. + fact that parameter_gui needs development packages for Qt.