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