aboutsummaryrefslogtreecommitdiff
path: root/modules/FindSqlite.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-09-26-consistent upper/lowercasingAlexander Neundorf
-remove the unnecessary if(already found) set(QUIET TRUE), since this is already handled by find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179961
2009-03-11Suppress 'not found' messages from pkgconfig when the module subsequentlyDavid Jarvie
attempts to locate the package by other means. svn path=/trunk/KDE/kdelibs/; revision=938476
2009-01-04-add missing copyright notices, I hope I got it rightAlexander Neundorf
-also a few empty lines here and there to make it look nicer Alex svn path=/trunk/KDE/kdelibs/; revision=905547
2008-12-02-rework all uses of find_package(PkgConfig)/pkg_check_modules():Alexander Neundorf
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module and unwanted effects. *Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories. If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs. *Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for searching the libraries. These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs, either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword) I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig. Alex svn path=/trunk/KDE/kdelibs/; revision=891805
2008-11-11Fix itLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882740
2008-11-09Convert itLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882079
2007-08-23unbreak checksStephan Binner
svn path=/trunk/KDE/kdelibs/; revision=704013
2007-08-20Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
Fix typo svn path=/trunk/KDE/kdelibs/; revision=702150
2007-08-06Remove not necessary path here tooLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697065
2007-06-18fix qlite.h to sqlite.hGilles Caulier
svn path=/trunk/KDE/kdelibs/; revision=677073
2007-06-18Need by digikam/amarokLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=676977