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