diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-12-14 22:45:39 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-12-14 22:45:39 +0000 |
commit | 8a43bd02a65fb884553e5e87f09923a591dbd55b (patch) | |
tree | cc264ddbb7e270c9b1c751d74244f5b8abbd2ae2 /modules/FindKDE4Internal.cmake | |
parent | bbe1d875e27f9d87fefa985d6a819cf931031be9 (diff) | |
download | extra-cmake-modules-8a43bd02a65fb884553e5e87f09923a591dbd55b.tar.gz extra-cmake-modules-8a43bd02a65fb884553e5e87f09923a591dbd55b.tar.bz2 |
-optionally support a version number for searching kdepimlibs
-fix comment, filename is <package>ConfigVersion.cmake
-fix logic in Version template file, it was the wrong way
Alex
svn path=/trunk/KDE/kdelibs/; revision=896993
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 386586aa..ba03f65f 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -135,7 +135,7 @@ # for Qt Designer plugins. # # KDE4_WRITE_BASIC_CMAKE_VERSION_FILE( _filename _major _minor _patch) -# Writes a file for use as <package>Version.cmake file to <_filename>. +# Writes a file for use as <package>ConfigVersion.cmake file to <_filename>. # See the documentation of FIND_PACKAGE() for details on this. # _filename is the output filename, it should be in the build tree. # _major is the major version number of the project to be installed |