From ffaf5f93a971e39e7fba26cf34f8a9dee610375f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 14 Apr 2015 09:34:55 +0200 Subject: [PATCH] remove test from cmake script --- Surface_modeling/test/Surface_modeling/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Surface_modeling/test/Surface_modeling/CMakeLists.txt b/Surface_modeling/test/Surface_modeling/CMakeLists.txt index 9829dc2c43a..62e19c4a735 100644 --- a/Surface_modeling/test/Surface_modeling/CMakeLists.txt +++ b/Surface_modeling/test/Surface_modeling/CMakeLists.txt @@ -28,7 +28,6 @@ if ( CGAL_FOUND ) create_single_source_cgal_program( "Cactus_deformation_session.cpp" ) create_single_source_cgal_program( "Cactus_performance_test.cpp" ) create_single_source_cgal_program( "Symmetry_test.cpp" ) - create_single_source_cgal_program( "Deform_mesh_deprecation_test.cpp" ) find_package( OpenMesh QUIET ) if ( OpenMesh_FOUND )