Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 509c8b5b authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

rbio lib is optionnal, avoid to look for it systematicaly

parent 51a11f73
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ list(APPEND SUITESPARSE_hdrs_to_find
"cs.h"
"klu.h"
"ldl.h"
"RBio.h"
#"RBio.h"
"spqr.hpp"
"SuiteSparse_config.h"
"umfpack.h")
......@@ -249,7 +249,7 @@ set(SUITESPARSE_libs_to_find
"camd"
"ccolamd"
"colamd"
"rbio"
#"rbio"
"suitesparseconfig"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment