Skip to content

Commit

Permalink
change remote of the two repos
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul authored and epernod committed Jan 22, 2025
1 parent 4fa6c5f commit ff8b35f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22)

include(ExternalProject)
ExternalProject_Add(CollisionAlgorithm
GIT_REPOSITORY https://github.com/courtecuisse/CollisionAlgorithm.git
GIT_REPOSITORY https://forge.icube.unistra.fr/sofa/CollisionAlgorithm.git
GIT_TAG origin/@ARG_GIT_REF@
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/CollisionAlgorithm"
BINARY_DIR ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22)

include(ExternalProject)
ExternalProject_Add(ConstraintGeometry
GIT_REPOSITORY https://github.com/courtecuisse/ConstraintGeometry.git
GIT_REPOSITORY https://forge.icube.unistra.fr/sofa/ConstraintGeometry.git
GIT_TAG origin/@ARG_GIT_REF@
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/ConstraintGeometry"
BINARY_DIR ""
Expand Down

0 comments on commit ff8b35f

Please sign in to comment.