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 @@ -167,6 +167,14 @@
"type": "BOOL",
"value": "ON"
},
"SOFA_FETCH_SOFADISTANCEGRID": {
"type": "BOOL",
"value": "ON"
},
"PLUGIN_SOFADISTANCEGRID": {
"type": "BOOL",
"value": "ON"
},
"PLUGIN_SOFADISTANCEGRID_CUDA": {
"type": "BOOL",
"value": "ON"
Expand Down Expand Up @@ -248,10 +256,6 @@
"type": "BOOL",
"value": "ON"
},
"PLUGIN_SOFADISTANCEGRID": {
"type": "BOOL",
"value": "ON"
},
"PLUGIN_SOFAEULERIANFLUID": {
"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 @@ -72,5 +72,5 @@ else()
message("Sofa.GL not found; disabling VolumetricRendering plugin")
endif()

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

This file was deleted.

3 changes: 0 additions & 3 deletions applications/plugins/SofaDistanceGrid/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading