Skip to content

Commit

Permalink
[LinearSolver.Direct] Fix packaging (sofa-framework#4999)
Browse files Browse the repository at this point in the history
Add find_package for Sofa.Component.LinearSolver.Ordering

Co-authored-by: erik pernod <[email protected]>
  • Loading branch information
bakpaul and epernod authored Sep 16, 2024
1 parent 69189c6 commit 7e7762e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

find_package(Sofa.Simulation.Core QUIET REQUIRED)
find_package(Sofa.Component.LinearSolver.Iterative QUIET REQUIRED)
find_package(Sofa.Component.LinearSolver.Ordering QUIET REQUIRED)
find_package(Threads QUIET REQUIRED)

set(SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_METIS @SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_METIS@)
Expand Down

0 comments on commit 7e7762e

Please sign in to comment.