Skip to content

Commit cd8f8b0

Browse files
authored
[plugins] Change Cosserat plugin GIT_REF from master to main (#6103)
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.
1 parent 99031d5 commit cd8f8b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sofa_add_external(plugin BeamAdapter GIT_REF master GIT_REPOSITORY https://www.g
4646
sofa_add_external(plugin STLIB GIT_REF master GIT_REPOSITORY https://www.github.com/SofaDefrost/STLIB.git)
4747
sofa_add_external(plugin SoftRobots GIT_REF master GIT_REPOSITORY https://www.github.com/SofaDefrost/SoftRobots.git)
4848
sofa_add_external(plugin SoftRobots.Inverse GIT_REF main GIT_REPOSITORY https://www.github.com/SofaDefrost/SoftRobots.Inverse.git)
49-
sofa_add_external(plugin Cosserat GIT_REF master GIT_REPOSITORY https://www.github.com/SofaDefrost/Cosserat.git) # Cosserat has an optional dependency on SoftRobots
49+
sofa_add_external(plugin Cosserat GIT_REF main GIT_REPOSITORY https://www.github.com/SofaDefrost/Cosserat.git) # Cosserat has an optional dependency on SoftRobots
5050
sofa_add_external(plugin SofaViscoElastic GIT_REF main GIT_REPOSITORY https://www.github.com/SofaDefrost/SofaViscoElastic.git)
5151
sofa_add_external(plugin CollisionAlgorithm GIT_REF master GIT_REPOSITORY https://forge.icube.unistra.fr/sofa/CollisionAlgorithm.git)
5252
sofa_add_external(plugin ConstraintGeometry GIT_REF master GIT_REPOSITORY https://forge.icube.unistra.fr/sofa/ConstraintGeometry.git)

0 commit comments

Comments
 (0)