mirror of https://github.com/CGAL/cgal
use GMP by default
This commit is contained in:
parent
4b5fabac12
commit
d0d8efeeee
|
|
@ -30,7 +30,7 @@
|
|||
#include <string>
|
||||
|
||||
|
||||
#if !(BOOST_VERSION > 107900 && defined(CGAL_USE_BOOST_MP))
|
||||
#if !(defined(CGAL_CORE_USE_BOOST_BACKEND) && BOOST_VERSION > 107900 && defined(CGAL_USE_BOOST_MP))
|
||||
#define CGAL_CORE_USE_GMP_BACKEND 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue