OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
660 stars 111 forks source link

fix: Add missing required cmake flag for building on Windows #214

Closed TheFrankyJoe closed 1 year ago

TheFrankyJoe commented 1 year ago

Without the /EHsc flag, the library doesn't compile on Windows. If you need an ouput of the errors, let me know and I'll add it here.

kdewald commented 1 year ago

By the time this came up we just landed the following commit with the fix: https://github.com/OpenBluetoothToolbox/SimpleBLE/commit/bf57c4a51cd0cc08b6390d05434a314526f4761a

Thanks for the report!