Searched hist:"2 bc745a3" (Results 1 – 2 of 2) sorted by relevance
/openbmc/libbej/subprojects/ |
H A D | nlohmann_json.wrap | 2bc745a3 Mon Apr 01 09:13:40 CDT 2024 Konstantin Aladyshev <aladyshev22@gmail.com> meson: Provide wrap for nlohmann
Currently on the system without nlohmann installed local build fails with error: """ ../test/include/bej_common_test.hpp:5:10: fatal error: nlohmann/json.hpp: No such file or directory 5 | #include "nlohmann/json.hpp" """ Provide wrap file for nlohmann and add the necessary dependency to fix the issue.
Tested: Local build via "meson setup build && cd build && meson compile" now finishes without errors.
Change-Id: I8d63dac6f8963c7da2c5831a1fb1998663a12f6f Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
|
/openbmc/libbej/test/ |
H A D | meson.build | 2bc745a3 Mon Apr 01 09:13:40 CDT 2024 Konstantin Aladyshev <aladyshev22@gmail.com> meson: Provide wrap for nlohmann
Currently on the system without nlohmann installed local build fails with error: """ ../test/include/bej_common_test.hpp:5:10: fatal error: nlohmann/json.hpp: No such file or directory 5 | #include "nlohmann/json.hpp" """ Provide wrap file for nlohmann and add the necessary dependency to fix the issue.
Tested: Local build via "meson setup build && cd build && meson compile" now finishes without errors.
Change-Id: I8d63dac6f8963c7da2c5831a1fb1998663a12f6f Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
|