use GMP by default

This commit is contained in:
Sébastien Loriot 2024-03-06 17:38:09 +01:00
parent 4b5fabac12
commit d0d8efeeee
1 changed files with 1 additions and 1 deletions

View File

@ -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