|
@@ -455,11 +455,11 @@ endif()
|
|
# Other options
|
|
# Other options
|
|
|
|
|
|
# Git protocol option
|
|
# Git protocol option
|
|
-option(CTK_USE_GIT_PROTOCOL "If behind a firewall turn this OFF to use http instead." ON)
|
|
|
|
|
|
+option(CTK_USE_GIT_PROTOCOL "If behind a firewall turn this OFF to use https instead." ON)
|
|
mark_as_advanced(CTK_USE_GIT_PROTOCOL)
|
|
mark_as_advanced(CTK_USE_GIT_PROTOCOL)
|
|
set(git_protocol "git")
|
|
set(git_protocol "git")
|
|
if(NOT CTK_USE_GIT_PROTOCOL)
|
|
if(NOT CTK_USE_GIT_PROTOCOL)
|
|
- set(git_protocol "http")
|
|
|
|
|
|
+ set(git_protocol "https")
|
|
endif()
|
|
endif()
|
|
|
|
|
|
# Let's mark as advanced some default properties
|
|
# Let's mark as advanced some default properties
|