mirror of https://github.com/CGAL/cgal
use GMP if boost less than 1.80
This commit is contained in:
parent
811e9530d6
commit
81dc0a4c60
|
|
@ -32,6 +32,10 @@
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
|
|
||||||
|
#if !(BOOST_VERSION > 107900 && defined(CGAL_USE_BOOST_MP))
|
||||||
|
#define CGAL_CORE_USE_GMP_BACKEND 1
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace CORE {
|
namespace CORE {
|
||||||
|
|
||||||
#ifdef CGAL_CORE_USE_GMP_BACKEND
|
#ifdef CGAL_CORE_USE_GMP_BACKEND
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue