Skip to content

Commit

Permalink
[Plugins] Move MeshSTEPLoader to an external repository (#4504)
Browse files Browse the repository at this point in the history
* externalize meshsteploader

* change ref

---------

Co-authored-by: Hugo <[email protected]>
  • Loading branch information
fredroy and hugtalbot authored Feb 21, 2024
1 parent b01c398 commit 4e3f64e
Show file tree
Hide file tree
Showing 22 changed files with 15 additions and 2,499 deletions.
2 changes: 1 addition & 1 deletion applications/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sofa_add_subdirectory(plugin Registration Registration EXTERNAL GIT_REF master)
sofa_add_subdirectory(plugin BulletCollisionDetection BulletCollisionDetection) # Depends on Compliant and LMConstraint
sofa_add_subdirectory(plugin ExternalBehaviorModel ExternalBehaviorModel OFF WHEN_TO_SHOW "SOFA_ENABLE_LEGACY_HEADERS" VALUE_IF_HIDDEN OFF)
sofa_add_subdirectory(plugin InvertibleFVM InvertibleFVM EXTERNAL GIT_REF master)
sofa_add_subdirectory(plugin MeshSTEPLoader MeshSTEPLoader)
sofa_add_subdirectory(plugin MeshSTEPLoader MeshSTEPLoader EXTERNAL GIT_REF master)
sofa_add_subdirectory(plugin PluginExample PluginExample EXTERNAL GIT_REF master)
sofa_add_subdirectory(plugin ManifoldTopologies ManifoldTopologies EXTERNAL GIT_REF master)
sofa_add_subdirectory(plugin SixenseHydra SixenseHydra)
Expand Down
56 changes: 0 additions & 56 deletions applications/plugins/MeshSTEPLoader/CMakeLists.txt

This file was deleted.

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

include(ExternalProject)
ExternalProject_Add(MeshSTEPLoader
GIT_REPOSITORY https://github.com/sofa-framework/MeshSTEPLoader
GIT_TAG origin/@ARG_GIT_REF@
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/MeshSTEPLoader"
BINARY_DIR ""
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
GIT_CONFIG "remote.origin.fetch=+refs/pull/*:refs/remotes/origin/pr/*"
)
81 changes: 0 additions & 81 deletions applications/plugins/MeshSTEPLoader/FindOpenCascade.cmake

This file was deleted.

Loading

0 comments on commit 4e3f64e

Please sign in to comment.