mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Our minimum C++ version is C++17, which has std::filesystem, so ditch the boost dependency and use the standard library instead. (this only affects temp file creation in the QA suite anyway).