From cc68366da7987615e09fd56bd3cf3c1e70bf822b Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 4 May 2026 12:51:30 +0200 Subject: [PATCH] [plugins] Change Cosserat plugin GIT_REF from master to main Following a discussion with @adagolodjo, it appears that the new branch to follow is the *main* branch and no longer *master*. The *main* branch is tested within the Cosserat plugin CI against SOFA master. This PR should therefore theoretically be harmless. An alternative was to PR main against master. This PR is the occasion to discuss it at the next SOFA dev meeting. --- applications/plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/plugins/CMakeLists.txt b/applications/plugins/CMakeLists.txt index ac820c7a45f..736fbf72423 100644 --- a/applications/plugins/CMakeLists.txt +++ b/applications/plugins/CMakeLists.txt @@ -46,7 +46,7 @@ sofa_add_external(plugin BeamAdapter GIT_REF master GIT_REPOSITORY https://www.g sofa_add_external(plugin STLIB GIT_REF master GIT_REPOSITORY https://www.github.com/SofaDefrost/STLIB.git) sofa_add_external(plugin SoftRobots GIT_REF master GIT_REPOSITORY https://www.github.com/SofaDefrost/SoftRobots.git) sofa_add_external(plugin SoftRobots.Inverse GIT_REF main GIT_REPOSITORY https://www.github.com/SofaDefrost/SoftRobots.Inverse.git) -sofa_add_external(plugin Cosserat GIT_REF master GIT_REPOSITORY https://www.github.com/SofaDefrost/Cosserat.git) # Cosserat has an optional dependency on SoftRobots +sofa_add_external(plugin Cosserat GIT_REF main GIT_REPOSITORY https://www.github.com/SofaDefrost/Cosserat.git) # Cosserat has an optional dependency on SoftRobots sofa_add_external(plugin SofaViscoElastic GIT_REF main GIT_REPOSITORY https://www.github.com/SofaDefrost/SofaViscoElastic.git) sofa_add_external(plugin CollisionAlgorithm GIT_REF master GIT_REPOSITORY https://forge.icube.unistra.fr/sofa/CollisionAlgorithm.git) sofa_add_external(plugin ConstraintGeometry GIT_REF master GIT_REPOSITORY https://forge.icube.unistra.fr/sofa/ConstraintGeometry.git)