mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Fix a bug introduced in fa39fae0b7
The FindSuiteSparse.cmake refactor had a typo where CCOLAMD and COLAMD were conflated. Thanks to @jasjuang for reporting this issue and finding the exact commit where this bug was introduced. Change-Id: If8ef6624df3b8b2fd7f0861eafc4700173401435
This commit is contained in:
@@ -278,7 +278,7 @@ list(APPEND SUITESPARSE_FOUND_REQUIRED_VARS LAPACK_FOUND)
|
||||
suitesparse_find_component(AMD REQUIRED FILES amd.h LIBRARIES amd)
|
||||
suitesparse_find_component(CAMD REQUIRED FILES camd.h LIBRARIES camd)
|
||||
suitesparse_find_component(COLAMD REQUIRED FILES colamd.h LIBRARIES colamd)
|
||||
suitesparse_find_component(COLAMD REQUIRED FILES ccolamd.h LIBRARIES ccolamd)
|
||||
suitesparse_find_component(CCOLAMD REQUIRED FILES ccolamd.h LIBRARIES ccolamd)
|
||||
suitesparse_find_component(CHOLMOD REQUIRED FILES cholmod.h LIBRARIES cholmod)
|
||||
suitesparse_find_component(
|
||||
SUITESPARSEQR REQUIRED FILES SuiteSparseQR.hpp LIBRARIES spqr)
|
||||
|
||||
Reference in New Issue
Block a user