Skip to content
Snippets Groups Projects
Commit 5132a76f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 4cfd1ac9
Branches
Tags
No related merge requests found
...@@ -450,7 +450,7 @@ if(ENABLE_KBIPACK) ...@@ -450,7 +450,7 @@ if(ENABLE_KBIPACK)
add_subdirectory(contrib/kbipack) add_subdirectory(contrib/kbipack)
include_directories(contrib/kbipack) include_directories(contrib/kbipack)
set_config_option(HAVE_KBIPACK "Kbipack") set_config_option(HAVE_KBIPACK "Kbipack")
find_library(GMP_LIB NAMES libgmp) find_library(GMP_LIB NAMES gmp)
if(GMP_LIB) if(GMP_LIB)
set_config_option(HAVE_GMP "GMP") set_config_option(HAVE_GMP "GMP")
list(APPEND EXTERNAL_LIBRARIES ${GMP_LIB}) list(APPEND EXTERNAL_LIBRARIES ${GMP_LIB})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment