mirror of https://github.com/CGAL/cgal
BUGFIX: fix a target name in CMakeLists.txt.
This commit is contained in:
parent
2bbdde3dc1
commit
0d8e524b54
|
|
@ -23,7 +23,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
create_single_source_cgal_program( "input.cpp" )
|
||||
create_single_source_cgal_program( "kernel.cpp" )
|
||||
create_single_source_cgal_program( "terrain.cpp" )
|
||||
create_single_source_cgal_program( "gv_terrain.cpp" )
|
||||
|
||||
else()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue