Skip to content

Commit

Permalink
CMake: Revert KLU find_package updates (#505)
Browse files Browse the repository at this point in the history
Revert changes to FindKLU made in #447
  • Loading branch information
gardner48 committed Jun 20, 2024
1 parent 293e27c commit 1451b5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/tpl/FindKLU.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@
if (NOT (KLU_INCLUDE_DIR OR KLU_LIBRARY_DIR OR KLU_LIBRARY))
# Prefer the import target from upstream SuiteSparse if it is available
# and the user didn't point to a specific (different) version.
find_package(AMD CONFIG)
find_package(BTF CONFIG)
find_package(COLAMD CONFIG)
find_package(KLU CONFIG)
find_package(SuiteSparse_config CONFIG)

if(TARGET SuiteSparse::KLU)
if(NOT TARGET SUNDIALS::KLU)
Expand Down

0 comments on commit 1451b5e

Please sign in to comment.