summaryrefslogtreecommitdiff
path: root/src/cmake/modules/GUDHI_third_party_libraries.cmake
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-10 22:51:08 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-10 22:51:08 +0100
commit0474f6a62622608b96eac3a553a081e148cbcabc (patch)
treea58e7861895981544dc03a42ec5c8bad8af7322d /src/cmake/modules/GUDHI_third_party_libraries.cmake
parent6142e146e92801cafe1438bf487f3ecafa502177 (diff)
Remove FindMPFR mechanism as the job is already done by CGAL
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, 0 insertions, 2 deletions
diff --git a/src/cmake/modules/GUDHI_third_party_libraries.cmake b/src/cmake/modules/GUDHI_third_party_libraries.cmake
index d8c7a428..24a34150 100644
--- a/src/cmake/modules/GUDHI_third_party_libraries.cmake
+++ b/src/cmake/modules/GUDHI_third_party_libraries.cmake
@@ -6,8 +6,6 @@ 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})