From e2d998398b4b223a3a930bea7dc14676afb2f4ed Mon Sep 17 00:00:00 2001
From: Matti Pellika <matti.pellikka@tut.fi>
Date: Wed, 10 Feb 2010 08:24:08 +0000
Subject: [PATCH] Messages about GMP library.

---
 CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 14acf8be3a..4ad8c828a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -430,9 +430,11 @@ if(ENABLE_KBIPACK)
   add_subdirectory(contrib/kbipack)
   find_library(GMP_LIB NAMES libgmp.a libgmp.dll.a)
   if(GMP_LIB)
-    message("-- Found GMP")
+    message("-- Found GMP library")
     set(HAVE_GMP TRUE)
     list(APPEND EXTERNAL_LIBRARIES ${GMP_LIB})
+  else(GMP_LIB)
+    message("-- GMP library not found")
   endif(GMP_LIB)
 endif(ENABLE_KBIPACK)
 
-- 
GitLab