aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Freddi <drf@kde.org>2009-11-20 12:17:55 +0000
committerDario Freddi <drf@kde.org>2009-11-20 12:17:55 +0000
commitb9852ed5d6b124b16854d8415eb1ae0185276f64 (patch)
treed2fe4dd62077aa79082d0baa5a99a73a37cd6b3a
parentba150bbaa4b62db58f59a236659debf448d5b8cd (diff)
downloadextra-cmake-modules-b9852ed5d6b124b16854d8415eb1ae0185276f64.tar.gz
extra-cmake-modules-b9852ed5d6b124b16854d8415eb1ae0185276f64.tar.bz2
CCMAIL: kde-buildsystem@kde.org
Nevermind, I found out how. Also, probably FindPolkitQt.cmake is another good candidate for non-installation? It could be just copied over to kdebase/workspace/cmake/modules in that case. For me it's more than ok and makes even more sense, as KDE applications are not supposed to take advantage of polkit-qt, but of KAuth instead. svn path=/trunk/KDE/kdelibs/; revision=1051970
-rw-r--r--modules/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index fe64fe3b..960d5849 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -3,7 +3,8 @@
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
# maybe FindHUNSPELL.cmake, FindPolkitQt.cmake don't have to be installed ?
-set(cmakeFilesDontInstall )
+set(cmakeFilesDontInstall
+ FindPolkitQt-1.cmake)
# Explicitely list all files which will be installed.
# We don't use a GLOB anymore so we can have also cmake files here