From 509c8b5b812cf64e246c2fb89baa5033b0e16c13 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Mon, 24 Jul 2017 13:55:29 +0200 Subject: [PATCH] rbio lib is optionnal, avoid to look for it systematicaly --- modules/find/FindSUITESPARSE.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/find/FindSUITESPARSE.cmake b/modules/find/FindSUITESPARSE.cmake index 6a017bf..4ecf8c2 100644 --- a/modules/find/FindSUITESPARSE.cmake +++ b/modules/find/FindSUITESPARSE.cmake @@ -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" ) -- GitLab