Make SSL and syslog support non-configurable
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Mar 2014 18:44:27 +0000 (19:44 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Mar 2014 18:44:27 +0000 (19:44 +0100)
commitca1209d739f9c4f0e79f2b7cdc2734dde6bb7219
treeeee22e7a69f5bbd5e24b25f7a0a7da263dfc8e09
parent2273a95ba9c277ce6dd7a67158a3d3ed9f161182
Make SSL and syslog support non-configurable

Both features have no external dependencies; SSL support requires Qt
to be built with SSL support, and syslog support requires the existence
of the syslog.h header. It makes no sense to make this configurable,
as no additional libraries or other dependencies are pulled in.

Instead, just add them to the feature_summary depending on the prerequisites
being in place.
CMakeLists.txt
src/common/CMakeLists.txt