Skip to content
Snippets Groups Projects
Commit e2d99839 authored by Matti Pellika's avatar Matti Pellika
Browse files

Messages about GMP library.

parent 159cf407
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment