aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-08-14 20:35:47 +0000
committerAlexander Neundorf <neundorf@kde.org>2008-08-14 20:35:47 +0000
commitbd92489875467b8bc671100678b7dda86e2374ee (patch)
treefc0f8d04c44d61924236debad3cf1ec424772a12 /modules
parentb8079a1830eae2bda2eeadaf7f2ebf6cff173391 (diff)
downloadextra-cmake-modules-bd92489875467b8bc671100678b7dda86e2374ee.tar.gz
extra-cmake-modules-bd92489875467b8bc671100678b7dda86e2374ee.tar.bz2
fix comment in the generated file, it was not correct anymore, the option was removed two weeks ago or so
Alex svn path=/trunk/KDE/kdelibs/; revision=847138
Diffstat (limited to 'modules')
-rw-r--r--modules/KDE4Macros.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index d4dec0d2..7c57e6a4 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -1119,9 +1119,7 @@ macro(_KDE4_EXPORT_LIBRARY_DEPENDENCIES _append_or_write _filename)
# Alex
file(${_append_or_write} "${_filename}" "# The following variables have been created by kde4_export_library_dependencies()
-# The contents have been determined from the LINK_INTERFACE_LIBRARIES target property of the respective libraries.
-# The option KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT has been enabled to create the file this way.
-# You can modify KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT using \"make edit_cache\"\n\n")
+# The contents have been determined from the LINK_INTERFACE_LIBRARIES target property of the respective libraries.\n\n")
get_cmake_property(allVars VARIABLES)
set(allLibs "")
foreach(currentVar ${allVars})