Skip to content
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

Add d postfix to Debug libraries #923

Merged
merged 2 commits into from Jan 5, 2020
Merged

Add d postfix to Debug libraries #923

merged 2 commits into from Jan 5, 2020

Conversation

pixxon
Copy link
Contributor

@pixxon pixxon commented Dec 28, 2019

Resolves #922, works same as googletest.

Makes it possible to install Debug and Release versions on the
same system. Without this, there were only linker errors when using
the wrong configuration.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 92.041% when pulling 6d5ba1f on pixxon:master into 0811f1d on google:master.

@dmah42
Copy link
Member

dmah42 commented Jan 5, 2020

failure looks unrelated. lgtm

@dmah42 dmah42 merged commit 5ce2429 into google:master Jan 5, 2020
@LebedevRI
Copy link
Collaborator

(As noted in #928, this broke pkgconfig files)

LebedevRI added a commit that referenced this pull request Mar 16, 2020
LebedevRI added a commit that referenced this pull request Mar 16, 2020
This reverts commit 5ce2429.

Reverts #923
Reopens #922
Fixes #928
Closes #930

See discussion in #928
this broke pkg-config support, since there we don't account
for the suffix, nor is it trivial to do so.
LebedevRI added a commit that referenced this pull request Mar 16, 2020
This reverts commit 5ce2429.

Reverts #923
Reopens #922
Fixes #928
Closes #930

See discussion in #928
this broke pkg-config support, since there we don't account
for the suffix, nor is it trivial to do so.
JBakamovic pushed a commit to JBakamovic/benchmark that referenced this pull request Sep 11, 2020
* Add DEBUG_POSTFIX to libraries.

Makes it possible to install Debug and Release versions on the
same system. Without this, there were only linker errors when using
the wrong configuration.

* Update CONTRIBUTORS and AUTHORS according to guide
JBakamovic pushed a commit to JBakamovic/benchmark that referenced this pull request Sep 11, 2020
This reverts commit 5ce2429.

Reverts google#923
Reopens google#922
Fixes google#928
Closes google#930

See discussion in google#928
this broke pkg-config support, since there we don't account
for the suffix, nor is it trivial to do so.
JBakamovic pushed a commit to JBakamovic/benchmark that referenced this pull request Sep 11, 2020
This reverts commit 5ce2429.

Reverts google#923
Reopens google#922
Fixes google#928
Closes google#930

See discussion in google#928
this broke pkg-config support, since there we don't account
for the suffix, nor is it trivial to do so.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot install different configurations
5 participants