fix(compat): Add drop-in std::filesystem header for older systems#952
Conversation
|
Looks good. |
Dang, I've implement a CMake check to see if the library is available.. However, that does not seem to work.. I will check.
I agree. But I am not sure how we want to implement this? Git submodules? CMake's ExternalProject? Or via out |
47e7309 to
6fe4742
Compare
|
I've removed the external header file. Instead we now rely on CMake's find_package() for finding the header-only library (ghc::filesystem has good CMake support for it to work flawlessly). |
|
And the |
6fe4742 to
209601c
Compare
3f06fd0 to
b332c13
Compare
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
b332c13 to
f2b265d
Compare
Needed for some older compilers which do not include std::filesystem by default.