diff options
| author | Dario Freddi <drf@kde.org> | 2009-11-22 11:35:26 +0000 | 
|---|---|---|
| committer | Dario Freddi <drf@kde.org> | 2009-11-22 11:35:26 +0000 | 
| commit | 4262fee3c51bbcb849cc7ec2affafe6e6663c457 (patch) | |
| tree | d441a49a165fecabab2e04674395ca4aad7dbaab /modules | |
| parent | 5aaccb74c1d4f6b409af71a8daf966ac1cdae186 (diff) | |
| download | extra-cmake-modules-4262fee3c51bbcb849cc7ec2affafe6e6663c457.tar.gz extra-cmake-modules-4262fee3c51bbcb849cc7ec2affafe6e6663c457.tar.bz2 | |
CCMAIL: kde-buildsystem@kde.org
CCMAIL: neundorf@kde.org
As discussed with Alexander, don't install FindPolkitQt.cmake, as it is needed only by
kdebase/workspace. KDE Application would have to use KAuth instead.
svn path=/trunk/KDE/kdelibs/; revision=1052723
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/CMakeLists.txt | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index f4184f28..7278e913 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -2,11 +2,12 @@  set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules ) -# maybe FindHUNSPELL.cmake, FindPolkitQt.cmake don't have to be installed ? +# maybe FindHUNSPELL.cmake doesn'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  +set(cmakeFilesDontInstall +               FindPolkitQt.cmake                 FindPolkitQt-1.cmake)  # Explicitely list all files which will be installed. @@ -90,7 +91,6 @@ set(cmakeFiles CheckCXXSourceCompiles.cmake                 FindPhonon.cmake                 FindPkgConfig.cmake                 FindPlasma.cmake -               FindPolkitQt.cmake                 FindPopplerQt4.cmake                 FindPostgreSQL.cmake                 FindPulseAudio.cmake | 
