Skip to content

Commit

Permalink
[External projects] Bump fetched tag to v21.06
Browse files Browse the repository at this point in the history
  • Loading branch information
guparan committed Oct 1, 2021
1 parent afe1c4b commit 6287020
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.2)
include(ExternalProject)
ExternalProject_Add(InvertibleFVM
GIT_REPOSITORY https://github.com/sofa-framework/InvertibleFVM
GIT_TAG origin/master
GIT_TAG origin/v21.06
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/InvertibleFVM"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.2)
include(ExternalProject)
ExternalProject_Add(SofaHighOrder
GIT_REPOSITORY https://github.com/sofa-framework/SofaHighOrder
GIT_TAG origin/master
GIT_TAG origin/v21.06
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/SofaHighOrder"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(ExternalProject)
ExternalProject_Add(SofaPython3
GIT_REPOSITORY https://github.com/sofa-framework/SofaPython3
GIT_TAG origin/master
GIT_TAG origin/v21.06
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/SofaPython3"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.2)
include(ExternalProject)
ExternalProject_Add(Regression
GIT_REPOSITORY https://github.com/sofa-framework/regression
GIT_TAG origin/master
GIT_TAG origin/v21.06
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/projects/Regression"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(ExternalProject)
ExternalProject_Add(SofaGLFW
GIT_REPOSITORY https://github.com/sofa-framework/SofaGLFW
GIT_TAG origin/master
GIT_TAG origin/v21.06
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/projects/SofaGLFW"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 6287020

Please sign in to comment.