cmake: Add exception handling support to MSVC compile flags
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 10 Apr 2018 20:18:33 +0000 (22:18 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 10 Apr 2018 21:04:11 +0000 (23:04 +0200)
Since STL types may throw, MSVC needs to get told to support
exceptions by specifying the /EHsc flag. Otherwise, it warns about
the lack thereof, even though Quassel itself does not use nor handle
exceptions.

Closes GH-350.


No differences found