summaryrefslogtreecommitdiff
path: root/src/cmake/modules/GUDHI_third_party_libraries.cmake
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-31 11:49:18 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-31 11:49:18 +0000
commit65d609bbf5d688552ad0f5535b6c42abffe27a1f (patch)
tree3c5768bf73fb49efb57bf4c1c7ac9201a8923c8a /src/cmake/modules/GUDHI_third_party_libraries.cmake
parent025f24d720dfdfbe4e5dafb594e811bbf5ead2f7 (diff)
parente8401b6fd2f9ff533824a6773f592b448d0863ed (diff)
Merge of branch boost_1.56_vincent to make project depend on boost 1.56 instead of 1.48
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3968 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5644f2ac799cb4b5409bb717efe8d1781b9467e0
Diffstat (limited to 'src/cmake/modules/GUDHI_third_party_libraries.cmake')
-rw-r--r--src/cmake/modules/GUDHI_third_party_libraries.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmake/modules/GUDHI_third_party_libraries.cmake b/src/cmake/modules/GUDHI_third_party_libraries.cmake
index b020ebfc..cde3725c 100644
--- a/src/cmake/modules/GUDHI_third_party_libraries.cmake
+++ b/src/cmake/modules/GUDHI_third_party_libraries.cmake
@@ -1,6 +1,6 @@
# This files manage third party libraries required by GUDHI
-find_package(Boost 1.48.0 REQUIRED COMPONENTS system filesystem unit_test_framework program_options thread)
+find_package(Boost 1.56.0 REQUIRED COMPONENTS system filesystem unit_test_framework program_options thread)
if(NOT Boost_FOUND)
message(FATAL_ERROR "NOTICE: This program requires Boost and will not be compiled.")