From f339fb0ef1dbe74cdf4912dc256ec3648308ec2b Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Mon, 6 Dec 2021 15:29:37 +0100 Subject: Modify minimal requirements for python typing. Fix no cgal compilation --- src/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/python/CMakeLists.txt') diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt index 4a017251..12534b86 100644 --- a/src/python/CMakeLists.txt +++ b/src/python/CMakeLists.txt @@ -175,6 +175,7 @@ if(PYTHONINTERP_FOUND) set(GUDHI_CYTHON_MODULES "${GUDHI_CYTHON_MODULES}'euclidean_strong_witness_complex', ") endif () + add_gudhi_debug_info("Boost version ${Boost_VERSION}") if(CGAL_FOUND) # Add CGAL compilation args if(CGAL_HEADER_ONLY) -- cgit v1.2.3