| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
380 lines long file a few times during a kdelibs cmake run
Alex
svn path=/trunk/KDE/kdelibs/; revision=1179986
|
|
-use QUIET also in pkg_search_module()
-synced with cmake version
Alex
svn path=/trunk/KDE/kdelibs/; revision=1124230
|
|
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
|