We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b34fcdb + 8132a8d commit e49dee5Copy full SHA for e49dee5
Superbuild/Superbuild.cmake
@@ -4,7 +4,7 @@ if(NOT GIT_FOUND)
4
message(ERROR "Cannot find git. git is required for Superbuild")
5
endif()
6
7
-option( USE_GIT_PROTOCOL "If behind a firewall turn this off to use http instead." ON)
+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)
0 commit comments