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)
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.


No differences found