Commit 43a7409b authored by Laurynas Biveinis's avatar Laurynas Biveinis Committed by GitHub

typo cmake/submodules.cmake

Co-Authored-By: default avatargrooverdan <daniel@linux.ibm.com>
parent 17c3f147
...@@ -13,7 +13,7 @@ IF(GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git") ...@@ -13,7 +13,7 @@ IF(GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
IF(cmake_update_submodules MATCHES no) IF(cmake_update_submodules MATCHES no)
SET(update_result 0) SET(update_result 0)
SET(SUBMODULE_UPDATE_CONFIG_MESSAGE SET(SUBMODULE_UPDATE_CONFIG_MESSAGE
"\n\nTo update submodules automaticly, set cmake.update-submodules to 'yes', or 'force' to update automaticly: "\n\nTo update submodules automatically, set cmake.update-submodules to 'yes', or 'force' to update automatically:
${GIT_EXECUTABLE} config cmake.update-submodules yes") ${GIT_EXECUTABLE} config cmake.update-submodules yes")
ELSEIF(git_config_get_result EQUAL 128) ELSEIF(git_config_get_result EQUAL 128)
SET(update_result 0) SET(update_result 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment