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 f5304f0 commit 4f827f1Copy full SHA for 4f827f1
SuperBuild.cmake
@@ -13,7 +13,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/Common.cmake)
13
#-----------------------------------------------------------------------------
14
# Git protocole option
15
16
-option(${CMAKE_PROJECT_NAME}_USE_GIT_PROTOCOL "If behind a firewall turn this off to use http instead." ON)
+option(${CMAKE_PROJECT_NAME}_USE_GIT_PROTOCOL "If behind a firewall turn this off to use http instead." OFF)
17
set(git_protocol "git")
18
if(NOT ${CMAKE_PROJECT_NAME}_USE_GIT_PROTOCOL)
19
set(git_protocol "http")
0 commit comments