mirror of https://github.com/CGAL/cgal
Rename a target in demo/Interpolation to avoid cmake errors.
This commit is contained in:
parent
058dbe631d
commit
566352ae45
|
|
@ -23,7 +23,7 @@ if ( CGAL_FOUND )
|
||||||
|
|
||||||
include_directories (BEFORE "../../include")
|
include_directories (BEFORE "../../include")
|
||||||
|
|
||||||
create_single_source_cgal_program( "interpolation_2.cpp" )
|
create_single_source_cgal_program( "interpolation_2_demo.cpp" )
|
||||||
create_single_source_cgal_program( "surface_voronoi.cpp" )
|
create_single_source_cgal_program( "surface_voronoi.cpp" )
|
||||||
|
|
||||||
else()
|
else()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue