Skip to content

Commit b899f9f

Browse files
committed
Fix in the CMakeLists.txt file of Mesh_3 tests.
1 parent 09e56c5 commit b899f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mesh_3/test/Mesh_3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if ( CGAL_FOUND )
3232
create_single_source_cgal_program( "test_criteria.cpp" )
3333
create_single_source_cgal_program( "test_domain_with_polyline_features.cpp" )
3434
create_single_source_cgal_program( "test_mesh_3_labeled_mesh_domain_3.cpp" )
35-
create_single_source_cgal_program( "mesh_implicit_domains.cpp" "implicit_functions.cpp" )
35+
create_single_source_cgal_program( "test_mesh_implicit_domains.cpp" "implicit_functions.cpp" )
3636
create_single_source_cgal_program( "test_labeled_mesh_domain_3.cpp" )
3737
create_single_source_cgal_program( "test_mesh_criteria_creation.cpp" )
3838
if(CGAL_ImageIO_USE_ZLIB)

0 commit comments

Comments
 (0)