Require GMP version 5.0.5
This commit is contained in:
parent
d88ff6f8e1
commit
59ec8357f4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ else ()
|
|||
endif ()
|
||||
|
||||
# GMP
|
||||
find_package(GMP)
|
||||
find_package(GMP 5.0.5)
|
||||
set(EXTRA_LIBS ${EXTRA_LIBS} ${GMP_LIBRARIES})
|
||||
|
||||
# MPFR
|
||||
|
|
Loading…
Reference in a new issue