Skip to content

Commit

Permalink
STYLE: git:// protocol is being phased out, remove it as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jan 31, 2025
1 parent 5e40eb0 commit d15f8e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Superbuild/Superbuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +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." OFF)

set(git_protocol "git")
if(NOT USE_GIT_PROTOCOL)
set(git_protocol "https")
endif()
set(git_protocol "https")

include( ExternalProject )

Expand Down

0 comments on commit d15f8e6

Please sign in to comment.