We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7509b75 commit 942cfb0Copy full SHA for 942cfb0
1 file changed
CollisionAlgorithmConfig.cmake.in
@@ -4,6 +4,8 @@
4
@PACKAGE_INIT@
5
6
find_package(Sofa.Simulation.Core QUIET REQUIRED)
7
+find_package(Sofa.Component.StateContainer QUIET REQUIRED)
8
+find_package(Sofa.Component.Constraint.Lagrangian.Solver QUIET REQUIRED)
9
find_package(Sofa.GL QUIET REQUIRED)
10
11
if(NOT TARGET @PROJECT_NAME@)
0 commit comments