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

[fix] ensure gcc 4.8 compat header is installed #123

Merged
merged 1 commit into from
Sep 5, 2023
Merged

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Sep 4, 2023

re #103

This duplicates the gcc 4.8 compat header. It's a good-enough trade-off for the fact that it needs to be installed, and not having c4_add_target() add the include dir. The header contents are stable enough to withstand the duplication from the cmake project (which is needed because gtest does not compile on 4.8 without this header being injected with -include).

@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

Merging #123 (3125cb2) into master (c857e67) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #123   +/-   ##
=======================================
  Coverage   96.96%   96.96%           
=======================================
  Files          28       28           
  Lines        3099     3099           
=======================================
  Hits         3005     3005           
  Misses         94       94           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@biojppm
Copy link
Owner Author

biojppm commented Sep 5, 2023

The failures are from clang with visual studio, and not related with this PR. Merging now.

@biojppm biojppm merged commit 8f060a4 into master Sep 5, 2023
253 of 262 checks passed
@biojppm biojppm deleted the fix/gcc4.8 branch September 5, 2023 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant