mirror of https://github.com/CGAL/cgal
Fix GMPXX
This commit is contained in:
parent
7bb25993d6
commit
bd14587987
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
find_package( GMP QUIET )
|
find_package( GMP QUIET )
|
||||||
|
|
||||||
if(WITH_GMP AND GMP_FOUND)
|
if(GMP_FOUND)
|
||||||
|
|
||||||
if (GMPXX_INCLUDE_DIR AND GMPXX_LIBRARIES)
|
if (GMPXX_INCLUDE_DIR AND GMPXX_LIBRARIES)
|
||||||
# Already in cache, be silent
|
# Already in cache, be silent
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue