Remove obsolete CMake options
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Mar 2014 18:46:58 +0000 (19:46 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Mar 2014 18:46:58 +0000 (19:46 +0100)
commit97b086900381373f4f36c9d824493f8b282aa3fe
treea7489465030c2e83e1900e23dbe973fdbb6ce028
parentca1209d739f9c4f0e79f2b7cdc2734dde6bb7219
Remove obsolete CMake options

Now that the new dependency handling is in place, we can remove several
of the CMake options we used to have. If you don't want automagic
dependencies, and want to disable one even though it is installed, you
can use -DCMAKE_DISABLE_FIND_PACKAGE_Foo=TRUE for ignoring the Foo package.
CMakeLists.txt