Skip to content

Commit

Permalink
[Multithreading] fix multithread packaging (#4619)
Browse files Browse the repository at this point in the history
fix multithread packaging
  • Loading branch information
bakpaul authored Mar 25, 2024
1 parent 6436aae commit 042ca17
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ sofa_find_package(Sofa.Component.SolidMechanics.FEM.Elastic QUIET REQUIRED)
sofa_find_package(Sofa.Component.Mapping.Linear QUIET REQUIRED)
sofa_find_package(Sofa.Component.StateContainer QUIET REQUIRED)
sofa_find_package(Sofa.Component.SolidMechanics.Spring QUIET REQUIRED)
sofa_find_package(Sofa.Component.LinearSolver.Iterative QUIET REQUIRED)


if(NOT TARGET MultiThreading)
include("${CMAKE_CURRENT_LIST_DIR}/MultiThreadingTargets.cmake")
Expand Down

0 comments on commit 042ca17

Please sign in to comment.