aboutsummaryrefslogtreecommitdiff
path: root/modules/FindGSSAPI.cmake
AgeCommit message (Collapse)Author
2008-07-20FindPCRE.cmake: lowercasingAlexander Neundorf
FindSharedMimeInfo.cmake: document SHARED_MIME_INFO_MINIMUM_VERSION and add a comment about the WORKING_DIRECTORY FindGStreamer.cmake: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() FindExiv2.cmake: lowercasing, document EXIV2_MIN_VERSION FindKDE4Internal.cmake: remove empty lines from documentation block so everything is included again in the generated documentation Alex svn path=/trunk/KDE/kdelibs/; revision=835253
2008-04-16don't put set variables into the CACHE, per Brad KingAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=797757
2008-04-14remove CACHE STRING here tooAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=797051
2008-04-03-mark some variables as advanced, so they don't appear in the not-advanced ↵Alexander Neundorf
view of cmake-gui and ccmake -some minor cosmetics (casing and spaces vs. tabs) Alex svn path=/trunk/KDE/kdelibs/; revision=793410
2008-03-18-help cross compiling, search the krb5-config executable only in the target Alexander Neundorf
environment, the one from the build host isn't the right one Alex svn path=/trunk/KDE/kdelibs/; revision=787239
2008-02-18some improvements to the docs:Alexander Neundorf
-some modules were not at all documented, only few are left now -the copyright message doesn't have to be printed for every module in the docs -fix FindKorundom.cmake, it didn't follow the style guide and had typos (e.g. Korumdum_FOUND instead of KORUNDUM_FOUND) Alex (will commit modified FindKDE4Internal.cmake after Christians commit) svn path=/trunk/KDE/kdelibs/; revision=776742
2007-08-20Not all krb5 implementations have GSSAPI; the krb5-config script then ↵Adriaan de Groot
returns an error message which isn't a useful library name svn path=/trunk/KDE/kdelibs/; revision=702399
2007-06-05-/usr/lib, /usr/local/lib, /usr/include, /usr/local/include don't have to be ↵Alexander Neundorf
listed explicitely, they are searched automatically -some more consisten lower casing and indentation Alex svn path=/trunk/KDE/kdelibs/; revision=671570
2006-09-09added copyright notice everywhere.Alexander Neundorf
Now they all are BSD-licensed, as copyright holder I inserted everywhere the one who added it to svn (or Kitware if it is an enhanced copy from taken cmake) Some developers committed quite often but were not the ones who added the file, if you feel you have also copyright on the file add your name in the specific file. Copyright holders: CCMAIL: montel@kde.org CCMAIL: toscano.pino@tiscali.it CCMAIL: adymo@kdevelop.org CCMAIL: ranger@befunk.com CCMAIL: zack@kde.org CCMAIL: caslav.ilic@gmx.net CCMAIL: syntheticpp@yahoo.com CCMAIL: js@iidea.pl CCMAIL: michael.larouche@kdemail.net CCMAIL: ossi@kde.org CCMAIL: faure@kde.org Committers, but no files added so that they are not listed as copyright holders: CCMAIL: ch.ehrlicher@gmx.de CCMAIL: winter@kde.org CCMAIL: ralf.habacker@freenet.de CCMAIL: moura@kdewebdev.org CCMAIL: kde-buildsystem@kde.org Alex svn path=/trunk/KDE/kdelibs/; revision=582410
2006-05-11Remove my CACHED_ hacks which break when people install libxml2 after seeing ↵David Faure
the error message about it - only use the cache when the check was previously successful, as discussed. svn path=/trunk/KDE/kdelibs/; revision=539759
2006-04-18Turn "-Ifoo -Ibar" into "foo;bar", as expected by include_directories.David Faure
svn path=/trunk/KDE/kdelibs/; revision=531255
2006-04-18-I doesn't belong in _INCS.David Faure
The other solution would be to use add_definitions instead of include_directories, but then we lose the automatic removal of -I/usr/include for instance. svn path=/trunk/KDE/kdelibs/; revision=531167
2006-04-18More use of the cache; fixing previous commit to not recheck everytime when ↵David Faure
something isn't available (e.g. agg for me). svn path=/trunk/KDE/kdelibs/; revision=531000
2006-03-21Preliminary module for the GSSAPI configuration.Pino Toscano
It seems to work nicely, altough some thing are still missing. svn path=/trunk/KDE/kdelibs/; revision=521231