summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-31 11:48:04 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-31 11:48:04 +0000
commite8401b6fd2f9ff533824a6773f592b448d0863ed (patch)
tree3c5768bf73fb49efb57bf4c1c7ac9201a8923c8a /src/common
parent71274f2275d470570649c63144c29426d8005511 (diff)
Make dependency with boost 1.56 instead of 1.48
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/boost_1.56_vincent@3967 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a5941b8c4f65ec8e6f62117aceb5f22e0142f255
Diffstat (limited to 'src/common')
-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 df7eed37..bf2d0a87 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++11 and requires <a target="_blank" href="http://www.boost.org/">Boost</a> &ge; 1.48.0
+ * The library uses c++11 and requires <a target="_blank" href="http://www.boost.org/">Boost</a> &ge; 1.56.0
* and <a target="_blank" href="https://www.cmake.org/">CMake</a> &ge; 3.1.
* It is a multi-platform library and compiles on Linux, Mac OSX and Visual Studio 2015.
*