ENH: use HTTPS for external dependencies on github
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.
Showing
- CMake/External/External_GoogleTest.cmake 1 addition, 1 deletionCMake/External/External_GoogleTest.cmake
- CMake/External/External_PThreads.cmake 1 addition, 1 deletionCMake/External/External_PThreads.cmake
- CMake/External/External_Uncrustify.cmake 2 additions, 2 deletionsCMake/External/External_Uncrustify.cmake
- CMake/External/External_g3log.cmake 1 addition, 1 deletionCMake/External/External_g3log.cmake
Please register or sign in to comment