open-simulation-platform / libcosimc

OSP C co-simulation API
Mozilla Public License 2.0
12 stars 3 forks source link

libcosimc fails to compile due to missing boost::filesystem #26

Closed hplatou closed 3 years ago

hplatou commented 3 years ago

Following the changes in open-simulation-platform/libcosim#637, moving from boost::filesystem to std::filesystem, libcosimc throws compiler error on missing boost::filesystem.

hplatou commented 3 years ago

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.