summaryrefslogtreecommitdiff
path: root/src/cmake/modules/GUDHI_third_party_libraries.cmake
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-05 16:01:45 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-05 16:01:45 +0100
commit9fc45aafa4588b86ccd903b9173a8cdf48db68a1 (patch)
treecadafca9f37d6f11fae6f839ae3cd0d9aafbd31f /src/cmake/modules/GUDHI_third_party_libraries.cmake
parent7df0113ddf2892b0cccf025a836214021b301072 (diff)
Add MPFR dependency for python module. Use Epeck_d by default for Alpha complex. Add boolean exact version mechanism
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, 2 insertions, 0 deletions
diff --git a/src/cmake/modules/GUDHI_third_party_libraries.cmake b/src/cmake/modules/GUDHI_third_party_libraries.cmake
index 24a34150..d8c7a428 100644
--- a/src/cmake/modules/GUDHI_third_party_libraries.cmake
+++ b/src/cmake/modules/GUDHI_third_party_libraries.cmake
@@ -6,6 +6,8 @@ if(NOT Boost_FOUND)
message(FATAL_ERROR "NOTICE: This program requires Boost and will not be compiled.")
endif(NOT Boost_FOUND)
+find_package(MPFR)
+
find_package(GMP)
if(GMP_FOUND)
INCLUDE_DIRECTORIES(${GMP_INCLUDE_DIR})