aboutsummaryrefslogtreecommitdiff
path: root/modules/FindLCMS.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-10-03-also provide the version number with the dots, in LCMS_DOT_VERSIONAlexander Neundorf
Alex CCMAIL: <cgiboudeaux@gmail.com> svn path=/trunk/KDE/kdelibs/; revision=1182213
2010-10-03Unbreak the Koffice build. LCMS_VERSION didn't have a separator between ↵Christophe Giboudeaux
LCMS_MAJOR_VERSION and LCMS_MINOR_VERSION. CCMAIL:neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1182136
2010-09-26-improve version checking for LCMS using the new mode of ↵Alexander Neundorf
find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179880
2009-07-05no need to be nice and to welcome people :) (thanks to krop for seeing that ;) )Cyrille Berger Skott
svn path=/trunk/KDE/kdelibs/; revision=991734
2009-07-05Find lcms version using a regexp, instead of compiling a program.Cyrille Berger Skott
svn path=/trunk/KDE/kdelibs/; revision=991725
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 this package tooLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882745
2008-11-11Port to FindPkgConfigLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882703
2007-09-17fix for win32Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=713533
2007-08-06Remove not necessary pathLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697081
2007-06-05Move into kdelibs (now used by koffice/libkexiv2 and digikam for the future)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=671799