Skip to content
Snippets Groups Projects
Forked from iMSTK / iMSTK
Source project has a limited visibility.
  • Alexis Girault's avatar
    aceb5d17
    ENH: use HTTPS for external dependencies on github · aceb5d17
    Alexis Girault authored
    googletest git repository was using the SSH protocol
    instead of HTTPS, which requires users to add an
    ssh_key on github.com.
    
    We switch all those external projects to HTTPS protocol,
    but keep the ones hosted by ourselves on gitlab.kitware.com
    in SSH since we might be contributing back to those
    during development.
    aceb5d17
    History
    ENH: use HTTPS for external dependencies on github
    Alexis Girault authored
    googletest git repository was using the SSH protocol
    instead of HTTPS, which requires users to add an
    ssh_key on github.com.
    
    We switch all those external projects to HTTPS protocol,
    but keep the ones hosted by ourselves on gitlab.kitware.com
    in SSH since we might be contributing back to those
    during development.