From 6a20a6a0a9ec79552c1e0056dd0e1ec1c6f1ef1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 2 Nov 2015 14:15:40 +0100 Subject: [PATCH] Fixed suitesparse finder on mac missing several dependencies --- cmake/FindSUITESPARSE.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/FindSUITESPARSE.cmake b/cmake/FindSUITESPARSE.cmake index 07b510394..1647497ae 100644 --- a/cmake/FindSUITESPARSE.cmake +++ b/cmake/FindSUITESPARSE.cmake @@ -118,7 +118,7 @@ else( WIN32 ) IF ( SUITESPARSE_LIBRARY_DIR ) # Skipped, as this is set for apple in the block above - if (NOT APPLE) +# if (NOT APPLE) list ( APPEND SUITESPARSE_LIBRARIES amd) list ( APPEND SUITESPARSE_LIBRARIES btf) list ( APPEND SUITESPARSE_LIBRARIES camd) @@ -130,7 +130,7 @@ else( WIN32 ) list ( APPEND SUITESPARSE_LIBRARIES klu) # list ( APPEND SUITESPARSE_LIBRARIES spqr) list ( APPEND SUITESPARSE_LIBRARIES umfpack) - endif() + # endif() # Metis and spqr are optional FIND_LIBRARY( SUITESPARSE_METIS_LIBRARY -- GitLab