nlohmann/json

meson build does not install nlohmann_json*.cmake files

Open

#3,885 opened on 2022年12月17日

GitHub で見る
 (10 comments) (0 reactions) (0 assignees)C++ (7,395 forks)batch import
good first issuekind: bugstate: help neededstate: waiting for PR

Repository metrics

Stars
 (49,695 stars)
PR merge metrics
 (平均マージ 68d 5h) (30d で 26 merged PRs)

説明

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

コントリビューターガイド