remove test from cmake script

This commit is contained in:
Sébastien Loriot 2015-04-14 09:34:55 +02:00
parent 50ae111378
commit ffaf5f93a9
1 changed files with 0 additions and 1 deletions

View File

@ -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 )