Skip to content

Commit

Permalink
use GMP by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Mar 6, 2024
1 parent 4b5faba commit d0d8efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CGAL_Core/include/CGAL/CORE/BigInt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d0d8efe

Please sign in to comment.