Make minimum compiler requirements explicit
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 8 Jun 2016 21:13:47 +0000 (23:13 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 8 Jun 2016 21:13:47 +0000 (23:13 +0200)
commit0e90714cf09b52c1f4c1990895477017a05d4075
tree91672ca964421638171d3b0b6829f29055fe3746
parente24224c2f550e60ae5679a9af6d14ae66515b664
Make minimum compiler requirements explicit

We know that the build fails if certain C++11 features are not
available, thus we should not even try to build with compilers
that we know are too old. Otherwise, users get confused due to
non-intuitive compile errors.
cmake/QuasselCompileSettings.cmake