commit | d2d57bb4673725327e42139e71cf9220d7c22400 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 02 17:05:10 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 02 17:05:10 2024 +0300 |
tree | ff10c60838f3cb63d4ed52eefe60743b9747af7f | |
parent | 85c71a13e0938cc4d36caf6b8e735e9740b2e351 [diff] |
meson: Fix local cereal build Currently local build is failing with a message: """ cereal| Exception: Failed to configure the CMake subproject: Could NOT find Boost (missing: Boost_INCLUDE_DIR serialization) Subproject subprojects/cereal is buildable: NO (disabling) """ Since cereal requires boost only for the sandbox build and this functionality is not needed, add option to skip building performance sandbox comparison to solve the issue. Tested: "meson setup build" no longer fails with the cereal error. Change-Id: I3d5a6e02a10d853f6487806a4d04252e15d755ed Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.