rename test as there is an example with the same name

This commit is contained in:
Andreas Fabri 2017-11-29 10:54:42 +00:00
parent de166d8be7
commit bb857824b4
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ include( CGAL_CreateSingleSourceCGALProgram )
create_single_source_cgal_program( "dynamic_property_map.cpp" )
create_single_source_cgal_program( "dynamic_properties.cpp" )
create_single_source_cgal_program( "dynamic_properties_test.cpp" )
if(OpenMesh_FOUND)
target_link_libraries( dynamic_properties ${OPENMESH_LIBRARIES} )