felt / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
875 stars 76 forks source link

Upgrade catch dependency #203

Closed springmeyer closed 4 months ago

springmeyer commented 5 months ago

I noticed while working on #202 that BUILDTYPE=Debug make does not work on MacOS with arm arch. The reason is that the catch version used inside this project predates the fix (https://github.com/catchorg/Catch2/commit/a25c1a24af8bffd35727a888a307ff0280cf9387) for this problem in catch.

So, upgrading the catch dependency is needed for getting builds working in debug mode on Mac OS with MX chips.

springmeyer commented 4 months ago

Solved by https://github.com/felt/tippecanoe/pull/223