[cmake-commits] alex committed FindPackageHandleStandardArgs.cmake 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Aug 6 22:09:02 EDT 2007


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

Modified Files:
	FindPackageHandleStandardArgs.cmake 
Log Message:

STYLE: fix typo

Alex


Index: FindPackageHandleStandardArgs.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindPackageHandleStandardArgs.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- FindPackageHandleStandardArgs.cmake	23 Jul 2007 13:49:52 -0000	1.2
+++ FindPackageHandleStandardArgs.cmake	7 Aug 2007 02:08:59 -0000	1.3
@@ -8,7 +8,7 @@
 #    FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 DEFAULT_MSG LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
 #
 #    LibXml2 is considered to be found, if both LIBXML2_LIBRARIES and 
-#    LIBXML2_INCLUDE_DIR are valid. Then also LIBXML2_FOUND is set tto TRUE.
+#    LIBXML2_INCLUDE_DIR are valid. Then also LIBXML2_FOUND is set to TRUE.
 #    If it is not found and REQUIRED was used, it fails with FATAL_ERROR, 
 #    independent whether QUIET was used or not.
 #    If it is found, the location is reported using the VAR1 argument, so 



More information about the Cmake-commits mailing list