diff options
author | Andreas Pakulat <apaku@gmx.de> | 2008-08-17 08:21:26 +0000 |
---|---|---|
committer | Andreas Pakulat <apaku@gmx.de> | 2008-08-17 08:21:26 +0000 |
commit | b90b4f097e19ed69c97824935ebdbf8dd9d45a78 (patch) | |
tree | 24f7dce350c5a795802f35d832767238f2ef9b10 /modules | |
parent | 25a8e8e0ae2e029817589e000869c0fdfc6e10f8 (diff) | |
download | extra-cmake-modules-b90b4f097e19ed69c97824935ebdbf8dd9d45a78.tar.gz extra-cmake-modules-b90b4f097e19ed69c97824935ebdbf8dd9d45a78.tar.bz2 |
Document the KDE_MIN_VERSION variable and that its deprecated.
svn path=/trunk/KDE/kdelibs/; revision=848173
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 76e1648b..041c90a3 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -222,6 +222,10 @@ # find_package. For example to depend on kdelibs >= 4.1.0 one should use # # find_package(KDE4 4.1.0 REQUIRED) +# +# In earlier versions of KDE you could use the variable KDE_MIN_VERSION to +# have such a dependency. This variable is deprecated with KDE 4.2.0, but +# will still work to make the module backwards-compatible. # _KDE4_PLATFORM_INCLUDE_DIRS is used only internally # _KDE4_PLATFORM_DEFINITIONS is used only internally |