osmcode / libosmium

Fast and flexible C++ library for working with OpenStreetMap data.
https://osmcode.org/libosmium/
Boost Software License 1.0
467 stars 113 forks source link

Update catch.hpp for Apple Silicon #321

Closed fxcoudert closed 3 years ago

fxcoudert commented 3 years ago

Fixes #320

joto commented 3 years ago

Is there a chance to get this backported to the official Catch1 version?

fxcoudert commented 3 years ago

@joto I have no idea, it looks like they haven't had a commit in more than a year on that branch

joto commented 3 years ago

@fxcoudert Can you try? I really don't like adding patches likes this to software I don't own, because it will always come back to bite us later. (We really should switch to Catch2, but there is still an unresolved problem with it.)

fxcoudert commented 3 years ago

https://github.com/catchorg/Catch2/pull/2151

joto commented 3 years ago

Now that this is merged upstream I merge it here. Thanks @fxcoudert !