fix cmake script

This commit is contained in:
Sébastien Loriot 2018-01-04 15:20:51 +01:00
parent 2dda66394b
commit ad2468acfb
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ create_single_source_cgal_program( "dynamic_property_map.cpp" )
create_single_source_cgal_program( "dynamic_properties_test.cpp" ) create_single_source_cgal_program( "dynamic_properties_test.cpp" )
if(OpenMesh_FOUND) if(OpenMesh_FOUND)
target_link_libraries( dynamic_properties_test ${OPENMESH_LIBRARIES} ) target_link_libraries( dynamic_properties_test PRIVATE ${OPENMESH_LIBRARIES} )
endif() endif()