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
8 changes: 0 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ include(SofaMacros)

install(FILES
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/FindEigen3.cmake"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/macdeployqt.cmake"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/windeployqt.cmake"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/FindTinyXML2.cmake"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/FindPNG.cmake"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/FindPCRE2.cmake"
Expand Down Expand Up @@ -396,12 +394,6 @@ if(SOFA_BUILD_RELEASE_PACKAGE)
set(CPACK_IFW_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/applications/projects/runSofa/runSofa.icns")
endif()

cpack_ifw_configure_component_group(runtime
SORTING_PRIORITY 50
DEFAULT TRUE
EXPANDED
SCRIPT "${CMAKE_SOURCE_DIR}/scripts/qtifw/install.qs"
)
cpack_ifw_configure_component_group(development
SORTING_PRIORITY 10
DEFAULT TRUE
Expand Down
21 changes: 2 additions & 19 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,6 @@
}
}
},
{
"name": "allGUI",
"displayName": "All GUI configurations",
"description": "Hidden preset to be used to add all GUI to other preset",
"hidden": true,
"inherits": ["defaultGUI"],
"cacheVariables": {
"PLUGIN_SOFA_QT": {
"type": "BOOL",
"value": "ON"
},
"SOFA_FETCH_SOFA_QT": {
"type": "BOOL",
"value": "ON"
}
}
},
{
"name": "standard",
"displayName": "Standard Config",
Expand Down Expand Up @@ -126,7 +109,7 @@
"displayName": "Supported Plugins Configuration",
"description": "Adds all officially supported plugins by the SOFA Consortium",
"hidden": false,
"inherits": ["standard","allGUI"],
"inherits": ["standard"],
"cacheVariables": {
"SOFA_FETCH_STLIB": {
"type": "BOOL",
Expand Down Expand Up @@ -239,7 +222,7 @@
"displayName": "Full Config",
"description": "Adds all plugins known to be functional (Release configuration)",
"hidden": false,
"inherits": ["supported-plugins","allGUI"],
"inherits": ["supported-plugins"],
"cacheVariables": {
"PLUGIN_DIFFUSIONSOLVER": {
"type": "BOOL",
Expand Down
42 changes: 0 additions & 42 deletions cmake/Modules/macdeployqt.cmake

This file was deleted.

136 changes: 0 additions & 136 deletions cmake/Modules/windeployqt.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions cmake/Modules/windeployqt5.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions cmake/Modules/windeployqt6.cmake

This file was deleted.

Loading
Loading