We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c3f14 commit 43a7409Copy full SHA for 43a7409
cmake/submodules.cmake
@@ -13,7 +13,7 @@ IF(GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
13
IF(cmake_update_submodules MATCHES no)
14
SET(update_result 0)
15
SET(SUBMODULE_UPDATE_CONFIG_MESSAGE
16
-"\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:
17
${GIT_EXECUTABLE} config cmake.update-submodules yes")
18
ELSEIF(git_config_get_result EQUAL 128)
19
0 commit comments