Merge pull request #5745 from blattms/feature/support-dune-suitesparse

Cmake: Use upper case for COMPONENTS of FindSuiteSparse
This commit is contained in:
Markus Blatt 2024-11-22 09:09:26 +01:00 committed by GitHub
commit 53cf22d516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ set (opm-simulators_DEPS
# Look for MPI support
"MPI"
# Tim Davis' SuiteSparse archive
"SuiteSparse REQUIRED COMPONENTS umfpack"
"SuiteSparse REQUIRED COMPONENTS UMFPACK"
# SuperLU direct solver
"SuperLU"
# ROCALUTION from ROCM framework