Skip to content

Commit 6b27f33

Browse files
committed
fix indentations
1 parent 638adae commit 6b27f33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
2121
execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive
2222
WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}"
2323
RESULT_VARIABLE UPDATE_SUBMODULES_RESULT
24-
)
25-
if(NOT UPDATE_SUBMODULES_RESULT EQUAL "0")
26-
message(FATAL_ERROR "git submodule update failed!")
27-
endif()
24+
)
25+
if(NOT UPDATE_SUBMODULES_RESULT EQUAL "0")
26+
message(FATAL_ERROR "git submodule update failed!")
27+
endif()
2828
endif()
2929

3030
# exe

0 commit comments

Comments
 (0)