Following the changes in open-simulation-platform/libcosim#637, moving from boost::filesystem to std::filesystem, libcosimc throws compiler error on missing boost::filesystem.
As I don't have access anymore I will not be able to provide a PR, but should be a simple fix replacing all occurrences of boost::filesystem with cosim::filesystem.
Following the changes in open-simulation-platform/libcosim#637, moving from
boost::filesystem
tostd::filesystem
, libcosimc throws compiler error on missingboost::filesystem
.