Skip to content

Commit

Permalink
Fix bindings cmake config for missing simpleApi
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jan 16, 2025
1 parent 1312bf7 commit 50ea5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/Sofa/Bindings.SofaConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ find_package(Sofa.Simulation.Core QUIET REQUIRED)
# Required by Bindings.Sofa.Core
find_package(Sofa.Component.Visual QUIET REQUIRED)
find_package(Sofa.Component.Collision.Response.Contact QUIET REQUIRED)
find_package(Sofa.SimpleApi QUIET REQUIRED)

# Required by Bindings.Sofa.Simulation
find_package(Sofa.Simulation.Graph QUIET REQUIRED)
Expand Down

0 comments on commit 50ea5dd

Please sign in to comment.