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

Update meson.build to fix #2722 #2742

Merged
merged 2 commits into from Sep 13, 2023
Merged

Conversation

JonathanGrant
Copy link
Contributor

Description

By ensuring that catch_matchers_range_equals.hpp is included in the installation set of headers, we resolve the "file not found" issue that arises during the Waybar (and probably others) build. This makes Catch2 more complete as a library, resolving any dependency issues downstream for projects that rely on it.

GitHub Issues

Closes #2722

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #2742 (739fac0) into devel (47a2c96) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##            devel    #2742   +/-   ##
=======================================
  Coverage   91.36%   91.36%           
=======================================
  Files         190      190           
  Lines        7855     7855           
=======================================
  Hits         7176     7176           
  Misses        679      679           

@horenmar horenmar added the Building and Packaging Issues affecting build/packaging scripts and utilities label Sep 13, 2023
@horenmar
Copy link
Member

Thanks

@horenmar horenmar merged commit aafe09b into catchorg:devel Sep 13, 2023
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Building and Packaging Issues affecting build/packaging scripts and utilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failure when Catch2 is installed in the system
2 participants