use GMP if boost less than 1.80

This commit is contained in:
Sébastien Loriot 2022-10-27 12:06:02 +02:00
parent 811e9530d6
commit 81dc0a4c60
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
#if 1
#if !(BOOST_VERSION > 107900 && defined(CGAL_USE_BOOST_MP))
#define CGAL_CORE_USE_GMP_BACKEND 1
#endif
namespace CORE {
#ifdef CGAL_CORE_USE_GMP_BACKEND