nlohmann/json

meson build does not install nlohmann_json*.cmake files

开放

#3,885 创建于 2022年12月17日

 (10 条评论) (0 个反应) (0 位负责人)C++ (7,464 个派生)batch import
good first issuekind: bugstate: help neededstate: waiting for PR

仓库指标

星标
 (50,383 个星标)
PR 合并指标
 (平均合并 9天 4小时) (30 天内合并 16 个 PR)

描述

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

贡献者指南