Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plugins] Remove LMConstraint from SOFA repository #2508

Merged
merged 2 commits into from
Dec 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion applications/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ sofa_add_subdirectory_external(SofaPython3 SofaPython3)
sofa_add_plugin_external(CGALPlugin CGALPlugin) # Depends on image
sofa_add_plugin_external(Flexible Flexible) # Depends on image, CImgPlugin, SofaHighOrderTopology (soft)
sofa_add_plugin(Registration Registration) # Depends on image, SofaPython, SofaSimpleGUI and #SOFADISTANCEGRID
sofa_add_plugin(LMConstraint LMConstraint ON)
sofa_add_plugin(BulletCollisionDetection BulletCollisionDetection) # Depends on Compliant and LMConstraint
sofa_add_plugin(PreassembledMass PreassembledMass) # Depends on Flexible and Compliant
sofa_add_plugin(ExternalBehaviorModel ExternalBehaviorModel)
Expand Down
78 changes: 0 additions & 78 deletions applications/plugins/LMConstraint/CMakeLists.txt

This file was deleted.

23 changes: 0 additions & 23 deletions applications/plugins/LMConstraint/LMConstraintConfig.cmake.in

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading