bugfix to avoid assuming Monge_via_jet_fitting has default template parameters
This commit is contained in:
@@ -53,6 +53,7 @@ if ( CGAL_FOUND )
|
||||
create_single_source_cgal_program( "read_test_with_different_pmaps.cpp" )
|
||||
create_single_source_cgal_program( "analysis_test.cpp" )
|
||||
create_single_source_cgal_program( "remove_outliers_test.cpp" )
|
||||
create_single_source_cgal_program( "psp_jet_includes.cpp" )
|
||||
|
||||
# Use Eigen or BLAS and LAPACK (optional)
|
||||
find_package(Eigen3 3.1.0) #(requires 3.1.0 or greater)
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#include <CGAL/jet_smooth_point_set.h>
|
||||
#include <CGAL/jet_estimate_normals.h>
|
||||
|
||||
int main()
|
||||
{}
|
||||
Reference in New Issue
Block a user