From acc69fc3aff3d7f0845e8ae181d24ca683fe28df Mon Sep 17 00:00:00 2001 From: Aymeric PELLE Date: Tue, 29 Apr 2014 21:14:57 +0200 Subject: [PATCH] Fix : modify the CMakeLists.txt file for tests of Mesh_3. --- Mesh_3/test/Mesh_3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/test/Mesh_3/CMakeLists.txt b/Mesh_3/test/Mesh_3/CMakeLists.txt index 20153e23991..a1603483376 100644 --- a/Mesh_3/test/Mesh_3/CMakeLists.txt +++ b/Mesh_3/test/Mesh_3/CMakeLists.txt @@ -26,7 +26,7 @@ if ( CGAL_FOUND ) create_single_source_cgal_program( "test_boost_has_xxx.cpp" ) create_single_source_cgal_program( "test_c3t3.cpp" ) create_single_source_cgal_program( "test_implicit_multi_domain_to_labeling_function_wrapper.cpp" ) - create_single_source_cgal_program( "test_mesh_3_implicit_multi_domain_to_labeled_function_wrapper.cpp" ) + create_single_source_cgal_program( "test_mesh_3_implicit_vector_to_labeled_function_wrapper.cpp" ) create_single_source_cgal_program( "test_c3t3_io.cpp" ) create_single_source_cgal_program( "test_c3t3_with_features.cpp" ) create_single_source_cgal_program( "test_criteria.cpp" )