summaryrefslogtreecommitdiff
path: root/src/common/doc/installation.h
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-30 11:30:12 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-30 11:30:12 +0200
commit17f68bb5be7a68fab17510740d2bdc28b70decea (patch)
treec0cef2eb456f8b6d32f0967561ca96c5b0c8bf0a /src/common/doc/installation.h
parente31556d04e4a957dd38b3e52e91e1a6cedd47f65 (diff)
code review: rename option WITH_GUDHI_THIRD_PARTY
Diffstat (limited to 'src/common/doc/installation.h')
-rw-r--r--src/common/doc/installation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h
index b97142b6..c17855b6 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -43,13 +43,13 @@ make \endverbatim
*
* \subsection documentationgeneration C++ documentation
* To generate the C++ documentation, the <a target="_blank" href="http://www.doxygen.org/">doxygen</a> program
- * is required. Run the following command in a terminal:
+ * is required (version &ge; 1.9.3 is advised). Run the following command in a terminal:
* \verbatim make doxygen \endverbatim
* Documentation will be generated in a folder named <code>html</code>.
*
* In case there is not a full setup present and only the documentation should be build the following command sequence
* can be used:
-\verbatim cmake -DWITH_GUDHI_CPP_DOCUMENTATION_ONLY=ON ..
+\verbatim cmake -DWITH_GUDHI_THIRD_PARTY=OFF ..
make doxygen\endverbatim
*
* \subsection helloworld Hello world !