SeisSol / easi

A library for the Easy Initialization of model parameters.
https://easyinit.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Fix `std::filesystem` imported target export #60

Closed davschneller closed 5 days ago

davschneller commented 5 days ago

A hotfix, so that std::filesystem isn't linked to as an imported target (and subsequently not not found by e.g. PUMgen). The solution now may be not too ideal (i.e. too verbose, too "old" CMake)—but given that we may be able to remove it pretty soon-ish anyways... Unless someone has a cleaner solution present; I'd let it stay at that. Also, we now use C++17 for all of easi.