Skip to content

Commit 669a33f

Browse files
committed
Use https protocol for git
Github has dropped support for git protocol.
1 parent eccf25a commit 669a33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if(SimpleITKPythonPackage_SUPERBUILD)
125125
-DSimpleITK_INSTALL_DOC_DIR:STRING=SimpleITK
126126
-DSimpleITK_BUILD_STRIP:BOOL=ON
127127
-DSimpleITK_BUILD_DISTRIBUTE:BOOL=ON
128-
-DSimpleITK_GIT_PROTOCOL:STRING=git
128+
-DSimpleITK_GIT_PROTOCOL:STRING=https
129129
-DSKBUILD:BOOL=${SKBUILD}
130130
USES_TERMINAL_CONFIGURE 1
131131
USES_TERMINAL_BUILD 1

0 commit comments

Comments
 (0)