We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbfbeb commit 6611847Copy full SHA for 6611847
CMakeLists.txt
@@ -125,7 +125,7 @@ find_package(Git)
125
if(NOT GIT_PROTOCOL)
126
set(GIT_PROTOCOL "git://" CACHE STRING "Choose protocol to be used by git" FORCE)
127
set_property(CACHE GIT_PROTOCOL PROPERTY STRINGS "git://" "http://")
128
- message(FATAL_ERROR "Select either git:// or http:// for checking out git submodules.
+ message(FATAL_ERROR "[ERROR] Select either git:// or http:// for checking out git submodules.
129
If you are behind a firewall then likely you need to choose http:// instead.")
130
endif()
131
0 commit comments