Require GMP version 5.0.5

This commit is contained in:
Soonho Kong 2013-08-05 19:33:33 -07:00
parent d88ff6f8e1
commit 59ec8357f4

View file

@ -30,7 +30,7 @@ else ()
endif ()
# GMP
find_package(GMP)
find_package(GMP 5.0.5)
set(EXTRA_LIBS ${EXTRA_LIBS} ${GMP_LIBRARIES})
# MPFR