summaryrefslogtreecommitdiff
path: root/src/cmake
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/cmake
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/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 b316740d..68ffaee1 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.56.0 QUIET OPTIONAL_COMPONENTS filesystem unit_test_framework program_options)
+find_package(Boost 1.66.0 QUIET OPTIONAL_COMPONENTS filesystem unit_test_framework program_options)
# Boost_FOUND is not reliable
if(NOT Boost_VERSION)