[C++] Testing Utilities in Meson Configuration are Missing RapidJSON dependency
Open
Component: C++
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the bug, including details regarding any error messages, version, and platform.
The testing library requires rapidjson, but it is not explicitly listed as a dependency. When RapidJSON is installed in a system header location this is not a problem, but when used as a subproject you will get compilation errors when attempting to compile `gtest_util.cc`
### Component(s)
C++
Contributor guide
Assessment
This issue has not been assessed yet.