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

[Mapping] Deprecate module Sofa.Component.Mapping.MappedMatrix #145

Merged
merged 1 commit into from
Oct 22, 2024
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: 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
Loading