diff --git a/Superbuild/Superbuild.cmake b/Superbuild/Superbuild.cmake index f3d219d3b..2e9df495e 100644 --- a/Superbuild/Superbuild.cmake +++ b/Superbuild/Superbuild.cmake @@ -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 )