Skip to content
Snippets Groups Projects
Verified Commit 60248d60 authored by Liam Keegan's avatar Liam Keegan
Browse files

add fallback std::filesystem implementation

  - minor change to existing code:
    - include <dune/copasi/common/filesystem.hh> instead of <filesystem>
    - use namespace `fs` instead of `std::filesystem`
    - where by default `fs` is just an alias for `std::filesystem`
  - if -DUSE_FALLBACK_FILESYSTEM=ON in CMake configuration
    - `fs` instead uses implementation from https://github.com/gulrak/filesystem
    - no longer links or depends on std::filesystem
    - needed for macOS < 10.15 which doesn't have std::filesystem support
parent 411112e1
No related branches found
No related tags found
1 merge request!25Resolve "Add simple adaptive timestepping"
Pipeline #29344 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment