meson: remove cppfs dependency

The dependency on the c++fs library is something very old from the C++14
era and is no longer necessary with a modern compiler.  Remove the
explicit dependency from the meson setup.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I70d6811eb4afe7bf954b940b6fcf7759c6781c04
1 file changed
tree: acdd8bd8d2365765450a8281f7ecd8749552862b
  1. org/
  2. power-sequencer/
  3. power-supply/
  4. test/
  5. .clang-format
  6. .gitignore
  7. argument.hpp
  8. device.hpp
  9. device_monitor.hpp
  10. elog-errors.hpp
  11. file.hpp
  12. gpio.cpp
  13. gpio.hpp
  14. LICENSE
  15. meson.build
  16. meson_options.txt
  17. names_values.hpp
  18. OWNERS
  19. pmbus.cpp
  20. pmbus.hpp
  21. README.md
  22. utility.cpp
  23. utility.hpp
README.md

witherspoon-pfault-analysis

Code for detecting and analyzing power faults on Witherspoon.

To Build

To build this package, do the following steps:

  1. meson setup build
  2. ninja -C build

To clean the repository again run rm -rf build.