Skip to content

Commit e49dee5

Browse files
authored
Merge pull request #358 from andinet/TurnOffGitProtocol
ENH: Turn off Git protocol by default.
2 parents b34fcdb + 8132a8d commit e49dee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Superbuild/Superbuild.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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." ON)
7+
option( USE_GIT_PROTOCOL "If behind a firewall turn this off to use http instead." OFF)
88

99
set(git_protocol "git")
1010
if(NOT USE_GIT_PROTOCOL)

0 commit comments

Comments
 (0)