Skip to content

Commit 942cfb0

Browse files
committed
[cmake] Sync dependencies between CMakeLists and Config.cmake.in files
1 parent 7509b75 commit 942cfb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CollisionAlgorithmConfig.cmake.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
@PACKAGE_INIT@
55

66
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)
79
find_package(Sofa.GL QUIET REQUIRED)
810

911
if(NOT TARGET @PROJECT_NAME@)

0 commit comments

Comments
 (0)