I added the option to build h5cpp with std::filesystem or std::experimental::filesystem instead of boost: https://github.com/ess-dmsc/h5cpp/pull/444
This change updates our conan recipe to expose the option. The option is set to False (build without boost) by default, both options are built on Jenkins on each platform.
I added the option to build h5cpp with
std::filesystem
orstd::experimental::filesystem
instead of boost: https://github.com/ess-dmsc/h5cpp/pull/444 This change updates our conan recipe to expose the option. The option is set toFalse
(build without boost) by default, both options are built on Jenkins on each platform.