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

Missing header in meson.build #2903

Closed
Colum31 opened this issue Sep 4, 2024 · 0 comments
Closed

Missing header in meson.build #2903

Colum31 opened this issue Sep 4, 2024 · 0 comments
Labels
Building and Packaging Issues affecting build/packaging scripts and utilities

Comments

@Colum31
Copy link

Colum31 commented Sep 4, 2024

Describe the bug
I am not able to build catch2 test executables when installing catch2 as static library with meson.

fatal error: catch2/internal/catch_config_prefix_messages.hpp: No such file or directory #include <catch2/internal/catch_config_prefix_messages.hpp>

Issue can be fixed by adding missing header to src/catch2/meson.build:

internal_headers = [ ... 'internal/catch_config_prefix_messages.hpp', ...

@horenmar horenmar added the Building and Packaging Issues affecting build/packaging scripts and utilities label Sep 13, 2024
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

No branches or pull requests

2 participants