From 9d4e6f28ceeb362c9d751cbac730a13d1b5d61c7 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 19 Jun 2019 08:56:56 +0200 Subject: CGAL 4.11 as minimal version --- src/cmake/modules/GUDHI_third_party_libraries.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmake') diff --git a/src/cmake/modules/GUDHI_third_party_libraries.cmake b/src/cmake/modules/GUDHI_third_party_libraries.cmake index 477900ae..1dbddfd9 100644 --- a/src/cmake/modules/GUDHI_third_party_libraries.cmake +++ b/src/cmake/modules/GUDHI_third_party_libraries.cmake @@ -27,7 +27,9 @@ find_package(CGAL QUIET) if (CGAL_FOUND AND CGAL_VERSION VERSION_LESS 4.11.0) message("++ CGAL version ${CGAL_VERSION} is considered too old to be used by Gudhi.") unset(CGAL_FOUND) + unset(CGAL_VERSION) endif() + if(CGAL_FOUND) message(STATUS "CGAL version: ${CGAL_VERSION}.") include( ${CGAL_USE_FILE} ) -- cgit v1.2.3