nlohmann/json

meson build does not install nlohmann_json*.cmake files

開放

#3,885 建立於 2022年12月17日

 (10 則留言) (0 個反應) (0 位負責人)C++ (7,450 個分叉)batch import
good first issuekind: bugstate: help neededstate: waiting for PR

倉庫指標

星標
 (50,278 顆星)
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

貢獻者指南