diff options
author | Laurent Montel <montel@kde.org> | 2007-08-06 17:03:55 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2007-08-06 17:03:55 +0000 |
commit | 1cd5bcd762c769fe07b6e5a54710677b00f2fedd (patch) | |
tree | 36d5d545f18d2b2fe56b1c4015f6b6d6bc6567f2 | |
parent | 180eea9f858006ad5c000a5f48f431a735dc7004 (diff) | |
download | extra-cmake-modules-1cd5bcd762c769fe07b6e5a54710677b00f2fedd.tar.gz extra-cmake-modules-1cd5bcd762c769fe07b6e5a54710677b00f2fedd.tar.bz2 |
SVN_SILENT: typo
svn path=/trunk/KDE/kdelibs/; revision=697054
-rw-r--r-- | modules/FindPackageHandleStandardArgs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindPackageHandleStandardArgs.cmake b/modules/FindPackageHandleStandardArgs.cmake index 3f5156cf..8d683cb3 100644 --- a/modules/FindPackageHandleStandardArgs.cmake +++ b/modules/FindPackageHandleStandardArgs.cmake @@ -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 |