summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2020-04-12 14:21:15 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-04-14 19:23:22 +0200
commitd7e0a636402f1e941d6dfb9026045ffe03625571 (patch)
tree1ee55f66d68b6435f0fbd09cfdcbc4f5b6a1572f /ConfigureChecks.cmake
parente8e0d1873f3a6d21a3f6b290e87db6f5fa198858 (diff)
downloadabakus-d7e0a636402f1e941d6dfb9026045ffe03625571.tar.gz
abakus-d7e0a636402f1e941d6dfb9026045ffe03625571.zip
Enable build with mpfr library.r14.0.8
Signed-off-by: Ray-V <ray-v@inbox.lv> (cherry picked from commit 0c17ab1f205806375da358351f7f51deae260d93)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
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 )