From d7e0a636402f1e941d6dfb9026045ffe03625571 Mon Sep 17 00:00:00 2001 From: Ray-V Date: Sun, 12 Apr 2020 14:21:15 +0100 Subject: Enable build with mpfr library. Signed-off-by: Ray-V (cherry picked from commit 0c17ab1f205806375da358351f7f51deae260d93) --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 10552ff..97fb72b 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -43,5 +43,6 @@ check_type_size( "long" SIZEOF_LONG BUILTIN_TYPES_ONLY ) check_include_file( stdint.h HAVE_STDINT_H ) check_include_file( systems.h HAVE_SYSTEMS_H ) check_include_file( linux/inotify.h HAVE_INOTIFY ) +check_include_file( mpfr.h HAVE_MPFR ) check_function_exists( statvfs HAVE_STATVFS ) -- cgit v1.2.1