aboutsummaryrefslogtreecommitdiff
path: root/modules/FindPkgConfig.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-11-07-remove the include guards again, they might keep us from including our own ↵Alexander Neundorf
version, if first our version has been loaded (mark as loaded), then the one from cmake (with potentially different behaviour), and then again our version (not loaded because the first one has already marked the file as included) Alex svn path=/trunk/KDE/kdelibs/; revision=1193960
2010-09-26-add an include guard also to FindPkgConfig.cmake, should save parsing this ↵Alexander Neundorf
380 lines long file a few times during a kdelibs cmake run Alex svn path=/trunk/KDE/kdelibs/; revision=1179986
2010-05-08-improve docsAlexander Neundorf
-use QUIET also in pkg_search_module() -synced with cmake version Alex svn path=/trunk/KDE/kdelibs/; revision=1124230
2009-03-11Add a variant of the standard cmake FindPkgConfig.cmake, which provides a QUIETDavid Jarvie
option to pkg_check_modules() to suppress error messages if pkgconfig has not found the package. svn path=/trunk/KDE/kdelibs/; revision=938016
2008-08-16- FindLibXslt.cmake: proper naming for the variable for the executableAlexander Neundorf
- FindTIFF.cmake: minor cosmetics (sync with cmake) *PkgConfig: not required anymore now that we require cmake 2.6.0 Alex svn path=/trunk/KDE/kdelibs/; revision=847813
2007-08-25typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=704632
2007-01-06-add the new and advanced FindPkgConfig.cmake module from cmake cvs, can be ↵Alexander Neundorf
removed once we require cmake >= 2.4.6 Usage: find_package(PkgConfig) pkg_check_modules(GDK gdk) gives you: GDK_INCLUDE_DIRS GDK_LIBRARIES and more, see top of FindPkgConfig.cmake for details Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=620585