cmake: Remove custom build types
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 1 Aug 2018 20:12:09 +0000 (22:12 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
commit48d41896ba35eafc64b4cb00e446d6123b3502cb
tree245c819241cfe2f7a7cd134a733522b285cda5bc
parentaf9bfa0581dd3620f6fe300084262c55c7084046
cmake: Remove custom build types

The non-standard build types DebugFull and Profile (which we took
from KDE4) are not supported by e.g. Qt, so remove them.

Improve build type handling; show the supported values in CMake GUIs
and provide a sensible default if none is given (Release unless
a .git directory is present, in which case Debug is default).
CMakeLists.txt
cmake/BuildType.cmake [new file with mode: 0644]
cmake/QuasselCompileSettings.cmake