aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-12-14 22:45:39 +0000
committerAlexander Neundorf <neundorf@kde.org>2008-12-14 22:45:39 +0000
commit8a43bd02a65fb884553e5e87f09923a591dbd55b (patch)
treecc264ddbb7e270c9b1c751d74244f5b8abbd2ae2 /modules/FindKDE4Internal.cmake
parentbbe1d875e27f9d87fefa985d6a819cf931031be9 (diff)
downloadextra-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.cmake2
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