Skip to content

Commit 7b8cb96

Browse files
committed
Fixed suitesparse fetch bug
1 parent 97f72af commit 7b8cb96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ endif()
8585
# conformal ideal delaunay library
8686
if(USE_SUITESPARSE)
8787
add_compile_definitions(USE_SUITESPARSE)
88-
set(SUITESPARSE_LIBS
88+
list(APPEND SUITESPARSE_LIBS
8989
SuiteSparse::SuiteSparseConfig
9090
SuiteSparse::SPQR
9191
SuiteSparse::CHOLMOD

0 commit comments

Comments
 (0)