mirror of https://github.com/CGAL/cgal
Fix CMakeLists.txt for orbifold example
This commit is contained in:
parent
4adbbdcab6
commit
0112d692ab
|
|
@ -61,7 +61,7 @@ if ( CGAL_FOUND )
|
|||
create_single_source_cgal_program( "square_border_parameterizer.cpp" )
|
||||
|
||||
if(SuiteSparse_FOUND)
|
||||
target_link_libraries(orbifold ${SuiteSparse_LIBRARIES})
|
||||
target_link_libraries(orbifold PRIVATE ${SuiteSparse_LIBRARIES})
|
||||
endif()
|
||||
|
||||
else(EIGEN3_FOUND)
|
||||
|
|
|
|||
Loading…
Reference in New Issue