From 9089073e18c8335da0356b2e328c35aaf3b65813 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 24 Jun 2020 17:08:29 +0200 Subject: Add some debug traces on mpfr release/debug packages --- src/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python') diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt index ba4f3e17..459642e9 100644 --- a/src/python/CMakeLists.txt +++ b/src/python/CMakeLists.txt @@ -198,7 +198,7 @@ if(PYTHONINTERP_FOUND) get_filename_component(MPFR_LIBRARIES_DIR ${MPFR_LIBRARIES} PATH) endif(NOT MPFR_LIBRARIES_DIR) add_GUDHI_PYTHON_lib_dir("${MPFR_LIBRARIES_DIR}") - message("** Add mpfr ${MPFR_LIBRARIES}") + message("** Add mpfr ${MPFR_LIBRARIES} - release ${MPFR_LIBRARIES_RELEASE} - debug ${MPFR_LIBRARIES_DEBUG}") endif(MPFR_FOUND) endif(CGAL_FOUND) -- cgit v1.2.3