We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f72af commit 7b8cb96Copy full SHA for 7b8cb96
1 file changed
CMakeLists.txt
@@ -85,7 +85,7 @@ endif()
85
# conformal ideal delaunay library
86
if(USE_SUITESPARSE)
87
add_compile_definitions(USE_SUITESPARSE)
88
- set(SUITESPARSE_LIBS
+ list(APPEND SUITESPARSE_LIBS
89
SuiteSparse::SuiteSparseConfig
90
SuiteSparse::SPQR
91
SuiteSparse::CHOLMOD
0 commit comments