mirror of https://github.com/CGAL/cgal
Fix dependencies
This commit is contained in:
parent
f6874b2d31
commit
fc4fc891e7
|
|
@ -4,7 +4,6 @@ Arithmetic_kernel
|
|||
Cartesian_kernel
|
||||
Circulator
|
||||
Filtered_kernel
|
||||
Geomview
|
||||
Hash_map
|
||||
Homogeneous_kernel
|
||||
Installation
|
||||
|
|
|
|||
|
|
@ -1,19 +1,13 @@
|
|||
Algebraic_foundations
|
||||
Arithmetic_kernel
|
||||
BGL
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
Distance_3
|
||||
Filtered_kernel
|
||||
Hash_map
|
||||
Homogeneous_kernel
|
||||
Installation
|
||||
Intersections_2
|
||||
Intersections_3
|
||||
Interval_support
|
||||
Kernel_23
|
||||
Kernel_d
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Profiling_tools
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
Algebraic_foundations
|
||||
Circulator
|
||||
Geomview
|
||||
Installation
|
||||
Interval_support
|
||||
Kernel_23
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
set(list_of_whitelisted_headers_txt [=[
|
||||
CGAL/SCIP_mixed_integer_program_traits.h
|
||||
CGAL/GLPK_mixed_integer_program_traits.h
|
||||
CGAL/boost/graph/partition.h
|
||||
CGAL/boost/graph/METIS/partition_dual_graph.h
|
||||
CGAL/boost/graph/METIS/partition_graph.h
|
||||
CGAL/Classification/TensorFlow/Neural_network_classifier.h
|
||||
CGAL/Linear_cell_complex_constructors.h
|
||||
CGAL/CGAL_Ipelet_base.h
|
||||
|
|
@ -34,6 +31,17 @@ set(list_of_whitelisted_headers_txt [=[
|
|||
CGAL/Three/Viewer_config.h
|
||||
CGAL/Three/Viewer_interface.h
|
||||
CGAL/Three/Three.h
|
||||
CGAL/boost/graph/properties_OpenMesh.h
|
||||
CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h
|
||||
CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h
|
||||
CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h
|
||||
CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h
|
||||
CGAL/boost/graph/partition.h
|
||||
CGAL/boost/graph/METIS/partition_dual_graph.h
|
||||
CGAL/boost/graph/METIS/partition_graph.h
|
||||
CGAL/IO/Triangulation_geomview_ostream_3.h
|
||||
CGAL/IO/Triangulation_geomview_ostream_2.h
|
||||
CGAL/IO/Polyhedron_geomview_ostream.h
|
||||
|
||||
]=])
|
||||
|
||||
|
|
|
|||
|
|
@ -465,9 +465,9 @@ using std::max;
|
|||
|
||||
//-------------------------------------------------------------------//
|
||||
// Is Geomview usable ?
|
||||
#if !defined(_MSC_VER) && !defined(__MINGW32__)
|
||||
# define CGAL_USE_GEOMVIEW
|
||||
#endif
|
||||
//#if !defined(_MSC_VER) && !defined(__MINGW32__)
|
||||
//# define CGAL_USE_GEOMVIEW
|
||||
//#endif
|
||||
|
||||
|
||||
//-------------------------------------------------------------------//
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ Algebraic_foundations
|
|||
BGL
|
||||
Circulator
|
||||
Distance_2
|
||||
Geomview
|
||||
HalfedgeDS
|
||||
Hash_map
|
||||
Installation
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ Circulator
|
|||
Distance_2
|
||||
Distance_3
|
||||
Filtered_kernel
|
||||
Geomview
|
||||
HalfedgeDS
|
||||
Hash_map
|
||||
Homogeneous_kernel
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ Circulator
|
|||
Distance_2
|
||||
Distance_3
|
||||
Filtered_kernel
|
||||
Geomview
|
||||
GraphicsView
|
||||
Hash_map
|
||||
Homogeneous_kernel
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ Circulator
|
|||
Distance_2
|
||||
Distance_3
|
||||
Filtered_kernel
|
||||
Geomview
|
||||
GraphicsView
|
||||
Hash_map
|
||||
Homogeneous_kernel
|
||||
|
|
|
|||
Loading…
Reference in New Issue