From 53f5ac582e96d83fae8bbd105eb16abf0dec44ff Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 19 Jul 2013 14:18:33 +0000 Subject: [PATCH] cmake options --- CMakeLists.txt | 6 +++--- doc/texinfo/gmsh.texi | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8dd53f25e..80363fe56b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,9 +19,9 @@ endif(DEFINED CMAKE_BUILD_TYPE) project(gmsh CXX C) -# this variable controls the default value of the "ENABLE_XXX" options which are -# normally set to ON (useful if you want to configure a minimal version of Gmsh: -# e.g. "cmake -DDEFAULT=0 -DENABLE_POST=1 -DENABLE_PARSER=1") +# this variable controls the default value of the options which are normally set +# to ON (useful if you want to configure a minimal version of Gmsh: e.g. "cmake +# -DDEFAULT=0 -DENABLE_POST=1 -DENABLE_PARSER=1") set(DEFAULT ON CACHE INTERNAL "Default value for enabled-by-default options") macro(opt OPTION HELP VALUE) diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 768cc295b8..c27d02a60a 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -4551,9 +4551,10 @@ svn commit Once you have the source code, you need to run CMake to configure your build (see the @file{README.txt} file in the top-level source directory -for detailed information on how to run CMake). Each build can be -configured using a series of options, to selectively enable optional -modules or features. Here is the list of CMake options: +for detailed information on how to run CMake). + +Each build can be configured using a series of options, to selectively +enable optional modules or features. Here is the list of CMake options: @ftable @code -- GitLab