summaryrefslogtreecommitdiff
path: root/src/common/doc/installation.h
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-10 10:32:18 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-10 10:32:18 +0100
commit4fc331267735a3368160ea7cd001b7fa45d720f7 (patch)
treedbab706237e402fd3a904d89c24dbdcd0cd502c5 /src/common/doc/installation.h
parent7f1b8eb706c72921141b53e607d6e2aa28e2bf19 (diff)
Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also remove useless include boost/version.h
Diffstat (limited to 'src/common/doc/installation.h')
-rw-r--r--src/common/doc/installation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h
index ef668dfb..67d026bd 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -5,7 +5,7 @@
* Examples of GUDHI headers inclusion can be found in \ref utilities.
*
* \section compiling Compiling
- * The library uses c++14 and requires <a target="_blank" href="http://www.boost.org/">Boost</a> &ge; 1.56.0
+ * The library uses c++14 and requires <a target="_blank" href="http://www.boost.org/">Boost</a> &ge; 1.66.0
* and <a target="_blank" href="https://www.cmake.org/">CMake</a> &ge; 3.5.
* It is a multi-platform library and compiles on Linux, Mac OSX and Visual Studio 2015.
*