| Age | Commit message (Collapse) | Author |
|
option to pkg_check_modules() to suppress error messages if pkgconfig has not
found the package.
svn path=/trunk/KDE/kdelibs/; revision=938016
|
|
- 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
|
|
svn path=/trunk/KDE/kdelibs/; revision=704632
|
|
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
|