commit | 13d938cdbef3f744fc0ddabe5198f4ad7a304eee | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Fri Mar 07 07:13:01 2025 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Mar 13 23:54:08 2025 -0500 |
tree | 59c54f5d8fef6f06f5bc26cbbd0475965b4bc5c2 | |
parent | a8205ff68bda219245c7079f8f27ff2299528d68 [diff] |
Fix: Update Boost header file inclusion This change resolves issues related to the use of deprecated header files. Change-Id: Ic3b0d658f3c82431accec34f0fdb63d9395ad49b Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage