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

Link to static libgmp in cygwin environment.

parent a5880d08
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ if(ENABLE_GMM)
endif(ENABLE_GMM)
if(ENABLE_KBIPACK)
find_library(GMP_LIB libgmp.a)
find_library(GMP_LIB NAMES libgmp.a libgmp.dll.a)
if(GMP_LIB)
add_subdirectory(contrib/kbipack)
set(HAVE_KBIPACK TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment