bugfix to avoid assuming Monge_via_jet_fitting has default template parameters

This commit is contained in:
Sébastien Loriot
2014-01-23 10:32:30 +01:00
parent 596e57a1b0
commit b2b7e5cb7c
5 changed files with 85 additions and 12 deletions
@@ -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()
{}