diff options
author | Laurent Montel <montel@kde.org> | 2007-08-25 16:00:04 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2007-08-25 16:00:04 +0000 |
commit | 7c2dbce61c2e54afab9eef2574a06aea45d1e11f (patch) | |
tree | ed15244467171de19e0e04310f066160903755ef /modules | |
parent | 774a92f000c11eb7fc6d4d0032596d35b0c27de4 (diff) | |
download | extra-cmake-modules-7c2dbce61c2e54afab9eef2574a06aea45d1e11f.tar.gz extra-cmake-modules-7c2dbce61c2e54afab9eef2574a06aea45d1e11f.tar.bz2 |
typo
svn path=/trunk/KDE/kdelibs/; revision=704632
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindPkgConfig.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindPkgConfig.cmake b/modules/FindPkgConfig.cmake index afae15cb..34ef039a 100644 --- a/modules/FindPkgConfig.cmake +++ b/modules/FindPkgConfig.cmake @@ -11,9 +11,9 @@ # when module(s) could not be found # # It sets the following variables: -# PKG_CONFIG_FOUND ... true iff pkg-config works on the system +# PKG_CONFIG_FOUND ... true if pkg-config works on the system # PKG_CONFIG_EXECUTABLE ... pathname of the pkg-config program -# <PREFIX>_FOUND ... set to 1 iff module(s) exist +# <PREFIX>_FOUND ... set to 1 if module(s) exist # # For the following variables two sets of values exist; first one is the # common one and has the given PREFIX. The second set contains flags |