Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
disable GMPXX and BOOST_MP
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed May 28, 2019
1 parent 96a7650 commit 4ab4d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#ifndef _SFCGAL_CONFIG_H_
#define _SFCGAL_CONFIG_H_

#define CGAL_DO_NOT_USE_BOOST_MP 1
#define CGAL_DO_NOT_USE_GMPXX 1

#include <SFCGAL/export.h>

/**
Expand Down

0 comments on commit 4ab4d25

Please sign in to comment.