Skip to content
Snippets Groups Projects
Commit a3265383 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

Merge branch 'replaceSSHLinksToDeps' into 'master'

Replace the ssh links for some dependencies with https ones

See merge request !219
parents 525cd1cf fcbb2ca0
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,6 @@ if(NOT GIT_EXECUTABLE)
find_package(Git REQUIRED)
endif()
option(${PROJECT_NAME}_USE_GIT_PROTOCOL "If behind a firewall turn this OFF to use http instead." ON)
set(git_protocol "git")
if(NOT ${PROJECT_NAME}_USE_GIT_PROTOCOL)
set(git_protocol "http")
endif()
#-----------------------------------------------------------------------------
# Output Directories
#-----------------------------------------------------------------------------
......
......@@ -3,7 +3,7 @@
#-----------------------------------------------------------------------------
include(imstkAddExternalProject)
imstk_add_external_project( Eigen
GIT_REPOSITORY ${git_protocol}://github.com/RLovelett/eigen.git
GIT_REPOSITORY https://github.com/RLovelett/eigen.git
GIT_TAG 3.3.3
CONFIGURE_COMMAND ${SKIP_STEP_COMMAND}
BUILD_COMMAND ${SKIP_STEP_COMMAND}
......
......@@ -3,7 +3,7 @@
#-----------------------------------------------------------------------------
include(imstkAddExternalProject)
imstk_add_external_project( SCCD
GIT_REPOSITORY git@gitlab.kitware.com:iMSTK/SCCD.git
GIT_REPOSITORY https://gitlab.kitware.com/iMSTK/SCCD.git
GIT_TAG 64550894016d84e80939a1c51ef6df5307c54fae
INSTALL_COMMAND ${SKIP_STEP_COMMAND}
CMAKE_ARGS
......
......@@ -8,7 +8,7 @@ endif(WIN32)
include(imstkAddExternalProject)
imstk_add_external_project( VegaFEM
GIT_REPOSITORY git@gitlab.kitware.com:iMSTK/VegaFEM-CMake.git
GIT_REPOSITORY https://gitlab.kitware.com/iMSTK/VegaFEM-CMake.git
GIT_TAG 7bc1bda6a873e2cf4486f9ec3fe6b7b90da76941
INSTALL_COMMAND ${SKIP_STEP_COMMAND}
CMAKE_ARGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment