Skip to content

Commit

Permalink
ENH: Turn off Git protocol by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
andinet committed May 8, 2022
1 parent b34fcdb commit 8132a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Superbuild/Superbuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(NOT GIT_FOUND)
message(ERROR "Cannot find git. git is required for Superbuild")
endif()

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)

set(git_protocol "git")
if(NOT USE_GIT_PROTOCOL)
Expand Down

0 comments on commit 8132a8d

Please sign in to comment.