From 279b235ebc4e21d6e99338fb5534c38d2520d69b Mon Sep 17 00:00:00 2001 From: Paulo Romulo Date: Fri, 27 Aug 2010 15:32:16 +0000 Subject: Removing FindHUpnp.cmake from the list of cmake modules to be installed. svn path=/trunk/KDE/kdelibs/; revision=1168851 --- modules/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 8f600c82..e5d0cd7a 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -8,7 +8,9 @@ set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules ) # are listed explicitely: set(cmakeFilesDontInstall FindPolkitQt.cmake - FindPolkitQt-1.cmake) + FindPolkitQt-1.cmake + FindHUpnp.cmake + ) # Explicitely list all files which will be installed. # We don't use a GLOB anymore so we can have also cmake files here @@ -159,7 +161,6 @@ set(cmakeFiles CheckCXXSourceCompiles.cmake FindPyQt.py FindSIP.py PythonCompile.py - FindHUpnp.cmake ) if (KDE4_ENABLE_UAC_MANIFEST) -- cgit v1.2.1