-
Notifications
You must be signed in to change notification settings - Fork 2.7k
cmake: support local installations of git #3814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
At least in systems where the user is local and not an administrator git will install in a subdirectory of %APPDATALOCAL%, so it makes sense to also look there for the shell needed by the cmake integration with Visual Studio.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I do not want to encourage user-only installations (we had too many problems with multiple installations on the same machine), this change seems to be benign enough.
Since you contributed this patch here, I assume you want me to upstream it. If that is the case, can I assume your Sign-off, @carenas? |
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
cmake: support local installations of git
At least in systems where the user is local and not an administrator
git will install in a subdirectory of %APPDATALOCAL%, so it makes
sense to also look there for the shell needed by the cmake integration
with Visual Studio.