diff options
author | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-12-04 18:14:09 +0000 |
---|---|---|
committer | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-12-04 18:14:09 +0000 |
commit | 4c7071d194a170b51e679bb54d76574094799573 (patch) | |
tree | f6e173108520e4fc6b9c1773ce868973df5d9d45 /modules | |
parent | 666608af55e914cbf0ab3b4af51a4bc79ba831b3 (diff) | |
download | extra-cmake-modules-4c7071d194a170b51e679bb54d76574094799573.tar.gz extra-cmake-modules-4c7071d194a170b51e679bb54d76574094799573.tar.bz2 |
SVN_SILENT typo
svn path=/trunk/KDE/kdelibs/; revision=1058574
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindSoprano.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index 67b47868..4cc4334a 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -23,7 +23,7 @@ # Options: # Set SOPRANO_MIN_VERSION to set the minimum required Soprano version (default: 1.99) # -# FindSoprano.cmake supports the COMPOENTS keyword of find_package(). +# FindSoprano.cmake supports the COMPONENTS keyword of find_package(). # If the REQUIRED keyword is used and any of the specified components have not been # found, SOPRANO_FOUND will be set to FALSE. # |