We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03b1c5 commit ccfa83eCopy full SHA for ccfa83e
1 file changed
bindings/Sofa/Bindings.SofaConfig.cmake.in
@@ -7,6 +7,10 @@ find_package(SofaPython3 QUIET REQUIRED COMPONENTS Plugin)
7
8
# Required by Bindings.Sofa.Components, Bindings.Sofa.Core, Bindings.Sofa.Helper, Bindings.Sofa.Simulation, Bindings.Sofa.Types, Bindings.SofaGui
9
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)
14
# Required by Bindings.Sofa.Simulation, Bindings.SofaRuntime
15
find_package(SofaSimulationGraph QUIET REQUIRED)
16
0 commit comments