Skip to content

Missing header in meson.build #2903

@Colum31

Description

@Colum31

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', ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Building and PackagingIssues affecting build/packaging scripts and utilities

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions