Skip to content
Snippets Groups Projects
Commit aa35e0ef authored by Jan Möbius's avatar Jan Möbius
Browse files

Merge branch 'Improve_cmake_scripts_CGAL' into 'master'

CGAL and GMP not needed here

See merge request !2
parents 7983d655 b1f01b74
No related branches found
No related tags found
1 merge request!2CGAL and GMP not needed here
......@@ -3,7 +3,7 @@ include (plugin)
if (EXISTS ${CMAKE_SOURCE_DIR}/libs/PhySim)
add_definitions (-DUSE_PHYSIM)
openflipper_plugin ( DEPS PhySim CGAL Boost GMP CoMISo BLAS
openflipper_plugin ( DEPS PhySim Boost CoMISo BLAS
INSTALLDATA Icons
TYPES POLYLINE PLANE TRIANGLEMESH POLYMESH
)
......
......@@ -55,9 +55,6 @@
#ifndef POLYLINEPLUGIN_HH
#define POLYLINEPLUGIN_HH
#define CGAL_NO_AUTOLINK_MPFR
#define CGAL_NO_AUTOLINK_GMP
//== INCLUDES =================================================================
#include <QObject>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment