mirror of https://github.com/CGAL/cgal
fix cmake script
This commit is contained in:
parent
2dda66394b
commit
ad2468acfb
|
|
@ -54,6 +54,6 @@ create_single_source_cgal_program( "dynamic_property_map.cpp" )
|
|||
create_single_source_cgal_program( "dynamic_properties_test.cpp" )
|
||||
|
||||
if(OpenMesh_FOUND)
|
||||
target_link_libraries( dynamic_properties_test ${OPENMESH_LIBRARIES} )
|
||||
target_link_libraries( dynamic_properties_test PRIVATE ${OPENMESH_LIBRARIES} )
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue