Skip to content

Commit ccfa83e

Browse files
authored
[CMake] FIX missing find_package in Config (#273)
1 parent f03b1c5 commit ccfa83e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bindings/Sofa/Bindings.SofaConfig.cmake.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ find_package(SofaPython3 QUIET REQUIRED COMPONENTS Plugin)
77

88
# Required by Bindings.Sofa.Components, Bindings.Sofa.Core, Bindings.Sofa.Helper, Bindings.Sofa.Simulation, Bindings.Sofa.Types, Bindings.SofaGui
99
find_package(SofaFramework QUIET REQUIRED)
10+
# Required by Bindings.Sofa.Core
11+
find_package(SofaBaseCollision QUIET REQUIRED)
12+
find_package(SofaBaseVisual QUIET REQUIRED)
13+
find_package(SofaBaseUtils QUIET REQUIRED)
1014
# Required by Bindings.Sofa.Simulation, Bindings.SofaRuntime
1115
find_package(SofaSimulationGraph QUIET REQUIRED)
1216

0 commit comments

Comments
 (0)