aboutsummaryrefslogtreecommitdiff
path: root/modules/FindGSSAPI.cmake
AgeCommit message (Collapse)Author
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