Fix CMakeLists.txt for orbifold example

This commit is contained in:
Maxime Gimeno 2018-03-07 13:32:44 +01:00
parent 4adbbdcab6
commit 0112d692ab
1 changed files with 1 additions and 1 deletions

View File

@ -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)