Skip to content

Commit d15f8e6

Browse files
committed
STYLE: git:// protocol is being phased out, remove it as an option
1 parent 5e40eb0 commit d15f8e6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Superbuild/Superbuild.cmake

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ if(NOT GIT_FOUND)
44
message(ERROR "Cannot find git. git is required for Superbuild")
55
endif()
66

7-
option( USE_GIT_PROTOCOL "If behind a firewall turn this off to use http instead." OFF)
8-
9-
set(git_protocol "git")
10-
if(NOT USE_GIT_PROTOCOL)
11-
set(git_protocol "https")
12-
endif()
7+
set(git_protocol "https")
138

149
include( ExternalProject )
1510

0 commit comments

Comments
 (0)