Skip to content
Open
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
12 changes: 8 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@
"PLUGIN_MODELORDERREDUCTION": {
"type": "BOOL",
"value": "ON"
},
"SOFA_FETCH_SOFAIMPLICITFIELD": {
"type": "BOOL",
"value": "ON"
},
"PLUGIN_SOFAIMPLICITFIELD": {
"type": "BOOL",
"value": "ON"
}
}
},
Expand Down Expand Up @@ -256,10 +264,6 @@
"type": "BOOL",
"value": "ON"
},
"PLUGIN_SOFAIMPLICITFIELD": {
"type": "BOOL",
"value": "ON"
},
"SOFA_FETCH_SOFASPHFLUID": {
"type": "BOOL",
"value": "ON"
Expand Down
2 changes: 1 addition & 1 deletion applications/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ else()
endif()

sofa_add_subdirectory(plugin SofaDistanceGrid SofaDistanceGrid) # Also defines SofaDistanceGrid.CUDA
sofa_add_subdirectory(plugin SofaImplicitField SofaImplicitField)
sofa_add_external(plugin SofaImplicitField GIT_REF master GIT_REPOSITORY https://www.github.com/sofa-framework/SofaImplicitField.git)
65 changes: 0 additions & 65 deletions applications/plugins/SofaImplicitField/CMakeLists.txt

This file was deleted.

165 changes: 0 additions & 165 deletions applications/plugins/SofaImplicitField/MarchingCube.cpp

This file was deleted.

83 changes: 0 additions & 83 deletions applications/plugins/SofaImplicitField/MarchingCube.h

This file was deleted.

4 changes: 0 additions & 4 deletions applications/plugins/SofaImplicitField/README.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading