Skip to content

Commit

Permalink
[Mapping] Deprecate module Sofa.Component.Mapping.MappedMatrix (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Oct 22, 2024
1 parent 3100ff7 commit 6902943
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ include(cmake/environment.cmake)
# Specify all required packages
find_package(Sofa.Core REQUIRED)
sofa_find_package(Sofa.Component.Collision.Response.Contact REQUIRED)
sofa_find_package(Sofa.Component.Mapping.MappedMatrix REQUIRED)
sofa_find_package(Sofa.Component.SolidMechanics.FEM.HyperElastic REQUIRED)
sofa_find_package(Sofa.Component.SolidMechanics.FEM.Elastic REQUIRED)
sofa_find_package(Sofa.GL REQUIRED)
Expand Down Expand Up @@ -88,7 +87,6 @@ set_target_properties(${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "-DSOFA_BUILD_MOD
target_link_libraries(${PROJECT_NAME}
Sofa.Core
Sofa.Component.Collision.Response.Contact
Sofa.Component.Mapping.MappedMatrix
Sofa.Component.SolidMechanics.FEM.HyperElastic
Sofa.Component.SolidMechanics.FEM.Elastic
Sofa.GL
Expand Down
1 change: 0 additions & 1 deletion ModelOrderReductionConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

find_package(Sofa.Core REQUIRED)
find_package(Sofa.Component.Collision.Response.Contact REQUIRED)
find_package(Sofa.Component.Mapping.MappedMatrix REQUIRED)
find_package(Sofa.Component.SolidMechanics.FEM.HyperElastic REQUIRED)
find_package(Sofa.Component.SolidMechanics.FEM.Elastic REQUIRED)
find_package(Sofa.GL REQUIRED)
Expand Down

0 comments on commit 6902943

Please sign in to comment.