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.
1 parent 67b71dc commit f5ec02cCopy full SHA for f5ec02c
Superbuild/Superbuild.cmake
@@ -4,12 +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." OFF)
8
-
9
-set(git_protocol "git")
10
-if(NOT USE_GIT_PROTOCOL)
11
- set(git_protocol "https")
12
-endif()
+set(git_protocol "https")
13
14
include( ExternalProject )
15
0 commit comments