aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-11-22 01:07:03 +0000
committerAlexander Neundorf <neundorf@kde.org>2009-11-22 01:07:03 +0000
commit5aaccb74c1d4f6b409af71a8daf966ac1cdae186 (patch)
tree71d3e0d3c3fbde0ba4343a8a98f59b5899f91585
parentb99cd4a967d0460ed8b02f5cf07f56285a28fdd8 (diff)
downloadextra-cmake-modules-5aaccb74c1d4f6b409af71a8daf966ac1cdae186.tar.gz
extra-cmake-modules-5aaccb74c1d4f6b409af71a8daf966ac1cdae186.tar.bz2
-better comment
Alex svn path=/trunk/KDE/kdelibs/; revision=1052534
-rw-r--r--modules/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index 960d5849..f4184f28 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -3,6 +3,9 @@
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
# maybe FindHUNSPELL.cmake, FindPolkitQt.cmake don't have to be installed ?
+# This variable doesn't actually do anything, but it's probably a good idea
+# to have it around, so there is a place where the modules which are not installed
+# are listed explicitely:
set(cmakeFilesDontInstall
FindPolkitQt-1.cmake)