-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[REGRESSION] Cmake script in 1.8.4 says that its version is 0.0.0, libbenchmark_main.so.1 became libbenchmark_main.so.0 #1792
Comments
Seems to be working fine here:
|
You use the variable It is not defined. Where is this variable documented? |
Please provide reproduction steps for the issue described in your original comment. |
Ok, so it does not work when using tarball source. |
google#1742 changed the placeholder version from `0.0.0` to `v0.0.0`, but this line which was further dealing with it, was not updated. Fixes google#1792
Would it be possible to create a release soon with this fix? Right now, it does not seem to be a good workaround for codes that do |
done. v1.8.5 now available. |
Describe the bug
This cmake script:
prints:
System
Which OS, compiler, and compiler version are you using:
The text was updated successfully, but these errors were encountered: