Skip to content
Aborted

Changes

Summary

  1. [Config] Add new macro for fetching dependencies (#5550) (details)
Commit c0f989ad5b84d2bbcda3906f9a2e9595372d4e9d by noreply
[Config] Add new macro for fetching dependencies (#5550)

* Introduce new macro for fetching external dependencies

* Use macro in code base

* remove unused macro

* Fix CImg

* Avoid fetching when CMake is disconnected

* Add Local dir mechanism

* WIP, use the macro for plugins

* Finalize use of the macro for plugins
The file was modified Sofa/framework/Testing/CMakeLists.txt (diff)
The file was modified Sofa/framework/Config/cmake/SofaMacrosConfigure.cmake (diff)
The file was modified applications/plugins/SofaMatrix/CMakeLists.txt (diff)
The file was modified Sofa/GUI/Common/CMakeLists.txt (diff)
The file was modified Sofa/framework/Config/CMakeLists.txt (diff)
The file was modified Sofa/framework/Config/cmake/SofaMacrosUtils.cmake (diff)
The file was modified applications/plugins/CImgPlugin/CMakeLists.txt (diff)