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

[InvertibleFVM] Externalize the plugin #1443

Merged
merged 4 commits into from
Aug 6, 2020
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
2 changes: 1 addition & 1 deletion applications/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sofa_add_plugin(BulletCollisionDetection BulletCollisionDetection) # Depends on
sofa_add_plugin(PreassembledMass PreassembledMass) # Depends on Flexible and Compliant
sofa_add_plugin(ARTrack ARTrack)
sofa_add_plugin(ExternalBehaviorModel ExternalBehaviorModel)
sofa_add_plugin(InvertibleFVM InvertibleFVM)
sofa_add_plugin_external(InvertibleFVM InvertibleFVM)
sofa_add_plugin(MeshSTEPLoader MeshSTEPLoader)
sofa_add_plugin(PluginExample PluginExample)
sofa_add_plugin(ManifoldTopologies ManifoldTopologies)
Expand Down
29 changes: 0 additions & 29 deletions applications/plugins/InvertibleFVM/CMakeLists.txt

This file was deleted.

13 changes: 13 additions & 0 deletions applications/plugins/InvertibleFVM/ExternalProjectConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 2.8.2)

include(ExternalProject)
ExternalProject_Add(InvertibleFVM
GIT_REPOSITORY https://github.com/sofa-framework/InvertibleFVM
GIT_TAG origin/master
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/InvertibleFVM"
BINARY_DIR ""
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
)
15 changes: 0 additions & 15 deletions applications/plugins/InvertibleFVM/InvertibleFVM.txt

This file was deleted.

11 changes: 0 additions & 11 deletions applications/plugins/InvertibleFVM/InvertibleFVMConfig.cmake.in

This file was deleted.

55 changes: 0 additions & 55 deletions applications/plugins/InvertibleFVM/InvertibleFVMForceField.cpp

This file was deleted.

174 changes: 0 additions & 174 deletions applications/plugins/InvertibleFVM/InvertibleFVMForceField.h

This file was deleted.

Loading