-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Building and PackagingIssues affecting build/packaging scripts and utilitiesIssues affecting build/packaging scripts and utilities
Description
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', ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Building and PackagingIssues affecting build/packaging scripts and utilitiesIssues affecting build/packaging scripts and utilities