From 1e34d143b903e859ceb10c35bef14da76c0f82af Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 3 Sep 2019 13:56:12 +0200 Subject: [PATCH] Rename file in CMakeLists --- Surface_mesh/examples/Surface_mesh/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh/examples/Surface_mesh/CMakeLists.txt b/Surface_mesh/examples/Surface_mesh/CMakeLists.txt index bfdb5630808..6f27bce8fd5 100644 --- a/Surface_mesh/examples/Surface_mesh/CMakeLists.txt +++ b/Surface_mesh/examples/Surface_mesh/CMakeLists.txt @@ -39,7 +39,7 @@ if ( CGAL_FOUND ) create_single_source_cgal_program("draw_surface_mesh.cpp") create_single_source_cgal_program("sm_draw_small_faces.cpp") - create_single_source_cgal_program("sm_check_wrong_orientation.cpp") + create_single_source_cgal_program("check_orientation.cpp") if(CGAL_Qt5_FOUND ) target_link_libraries(draw_surface_mesh PUBLIC CGAL::CGAL_Qt5) target_link_libraries(sm_draw_small_faces PUBLIC CGAL::CGAL_Qt5)