From b9852ed5d6b124b16854d8415eb1ae0185276f64 Mon Sep 17 00:00:00 2001 From: Dario Freddi Date: Fri, 20 Nov 2009 12:17:55 +0000 Subject: 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 --- modules/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.1