nlohmann/json
meson build does not install nlohmann_json*.cmake files
Aberta
#3.885 aberto em 17 de dez. de 2022
good first issuekind: bugstate: help neededstate: waiting for PR
Métricas do repositório
- Stars
- (50.389 estrelas)
- Métricas de merge de PR
- (Mesclagem média 9d 4h) (16 fundiu PRs em 30d)
Description
Description
Issue identified that meson build does not install nlohmann_json*.cmake files into /usr/share/cmake/nlohmann_json, so packages expecting these .cmake files are unable to build.
Ref: https://github.com/LibreELEC/LibreELEC.tv/pull/7250
we have reverted back to cmake builds for the time being. ** Our package build system prefers meson over cmake
Reproduction steps
Complete a meson build
Expected vs. actual results
Use a cmake build
Minimal code example
Na
Error messages
Na
Compiler and operating system
LibreELEC :master / gcc 12.2
Library version
3.11.2
Validation
- The bug also occurs if the latest version from the
developbranch is used. - I can successfully compile and run the unit tests.