ess-dmsc / conan-h5cpp

Conan package for h5cpp
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add option to go boostless and use as default #12

Closed matthew-d-jones closed 4 years ago

matthew-d-jones commented 4 years ago

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.