diff --git a/Windows/git-version-gen.cmd b/Windows/git-version-gen.cmd index a203a52976..4266721514 100644 --- a/Windows/git-version-gen.cmd +++ b/Windows/git-version-gen.cmd @@ -44,6 +44,7 @@ if exist "%GIT_VERSION_FILE%" ( %GIT% describe --always > NUL 2> NUL if errorlevel 1 ( echo Unable to update git-version.cpp, git not found. + echo If you don't want to add it to your path, set the GIT environment variable. echo // This is a generated file. > "%GIT_VERSION_FILE%" echo. >> "%GIT_VERSION_FILE%"