Skip to content

Commit 6611847

Browse files
committed
Adds [ERROR] tag
1 parent 8bbfbeb commit 6611847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ find_package(Git)
125125
if(NOT GIT_PROTOCOL)
126126
set(GIT_PROTOCOL "git://" CACHE STRING "Choose protocol to be used by git" FORCE)
127127
set_property(CACHE GIT_PROTOCOL PROPERTY STRINGS "git://" "http://")
128-
message(FATAL_ERROR "Select either git:// or http:// for checking out git submodules.
128+
message(FATAL_ERROR "[ERROR] Select either git:// or http:// for checking out git submodules.
129129
If you are behind a firewall then likely you need to choose http:// instead.")
130130
endif()
131131

0 commit comments

Comments
 (0)