ustajan / grasshopper

GNU General Public License v3.0
5 stars 4 forks source link

cmake build breaks on Mac OS X #19

Open ustajan opened 4 months ago

ustajan commented 4 months ago

cmake based build seems to work fine on WSL/Ubuntu. On Mac OS X Monterey however cmake works fine, only things to break in the make stage with the following error:

In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/complex:235: /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cmath:642:26: error: no template named 'numeric_limits' bool _FloatBigger = (numeric_limits<_FloatT>::digits > numeric_limits<_IntT>::digits), ^