diff options
| author | Alexander Neundorf <neundorf@kde.org> | 2008-12-22 07:58:59 +0000 | 
|---|---|---|
| committer | Alexander Neundorf <neundorf@kde.org> | 2008-12-22 07:58:59 +0000 | 
| commit | 2bf8819d6bc23ab9b3bedb14a2ab7d1866d2e85e (patch) | |
| tree | 64e9b3ecf41f6218415cc0f8fff5e7bcf415c83d /modules | |
| parent | 9873dd51efce5302db772b87300159d484a8cca5 (diff) | |
| download | extra-cmake-modules-2bf8819d6bc23ab9b3bedb14a2ab7d1866d2e85e.tar.gz extra-cmake-modules-2bf8819d6bc23ab9b3bedb14a2ab7d1866d2e85e.tar.bz2 | |
-use uppercase consistently in this file
Alex
svn path=/trunk/KDE/kdelibs/; revision=900082
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/FindLibXml2.cmake | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/FindLibXml2.cmake b/modules/FindLibXml2.cmake index bb3b860d..453c261b 100644 --- a/modules/FindLibXml2.cmake +++ b/modules/FindLibXml2.cmake @@ -21,8 +21,8 @@ ENDIF (LIBXML2_INCLUDE_DIR AND LIBXML2_LIBRARIES)  IF (NOT WIN32)     # use pkg-config to get the directories and then use these values     # in the FIND_PATH() and FIND_LIBRARY() calls -   find_package(PkgConfig) -   pkg_check_modules(PC_LIBXML libxml-2.0) +   FIND_PACKAGE(PkgConfig) +   PKG_CHECK_MODULES(PC_LIBXML libxml-2.0)     SET(LIBXML2_DEFINITIONS ${PC_LIBXML_CFLAGS_OTHER})  ENDIF (NOT WIN32) | 
