-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
CMakeLists.txt issue when git is not installed or master.zip from github is used #62
Comments
Thanks! That's right. Do you want to send a pull request? |
TBH c&p is probably less a hassle... |
Yeah, I realized I asked someone reporting a bug happening when git isn't
installed, to submit a fix using git.
I will do it when I will be back in front of a computer tonight.
Le ven. 20 nov. 2020 à 13:01, std-any-emplace <notifications@github.com> a
écrit :
… TBH c&p is probably less a hassle...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEJ4QU5V4QIOWFSSSXTZ3LSQZLAZANCNFSM4T4PVLEQ>
.
|
ArthurSonzogni
added a commit
that referenced
this issue
Nov 21, 2020
ArthurSonzogni
added a commit
that referenced
this issue
Nov 21, 2020
ArthurSonzogni
added a commit
that referenced
this issue
Nov 22, 2020
Done. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The supplied CMakeLists.txt fails if either git is not installed or the master.zip from github is used (and therefore the unpacked source does not contain a git repository).
Change the top to:
Setting
git_version
to 0 may not be the best solution, but at least it works.The text was updated successfully, but these errors were encountered: