[cmake-commits] alex committed FindPkgConfig.cmake 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Aug 26 02:42:49 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv2250

Modified Files:
	FindPkgConfig.cmake 
Log Message:

STYLE: fix typo

Alex


Index: FindPkgConfig.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindPkgConfig.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- FindPkgConfig.cmake	9 Dec 2006 20:02:19 -0000	1.3
+++ FindPkgConfig.cmake	26 Aug 2007 06:42:46 -0000	1.4
@@ -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



More information about the Cmake-commits mailing list