Skip to content

Commit 4f827f1

Browse files
committed
ENH: Make HTTP protocol the default in SuperBuild.cmake
1 parent f5304f0 commit 4f827f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SuperBuild.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/Common.cmake)
1313
#-----------------------------------------------------------------------------
1414
# Git protocole option
1515
#-----------------------------------------------------------------------------
16-
option(${CMAKE_PROJECT_NAME}_USE_GIT_PROTOCOL "If behind a firewall turn this off to use http instead." ON)
16+
option(${CMAKE_PROJECT_NAME}_USE_GIT_PROTOCOL "If behind a firewall turn this off to use http instead." OFF)
1717
set(git_protocol "git")
1818
if(NOT ${CMAKE_PROJECT_NAME}_USE_GIT_PROTOCOL)
1919
set(git_protocol "http")

0 commit comments

Comments
 (0)