aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@kde.org>2010-10-04 01:27:24 +0000
committerRafael Fernández López <ereslibre@kde.org>2010-10-04 01:27:24 +0000
commit4d052a0b077c8ec8bd29407cb6a35811e79890c3 (patch)
treec0255b9eca1f5131cd049808089afc8cced3fb98
parent953529c592d05348e269422564594c1cce84f9bf (diff)
downloadextra-cmake-modules-4d052a0b077c8ec8bd29407cb6a35811e79890c3.tar.gz
extra-cmake-modules-4d052a0b077c8ec8bd29407cb6a35811e79890c3.tar.bz2
Remove FindUDev from the list of finders to install since we are only using it in kdelibs as Alexander suggested. Also do order alphabetically finders that are not going to be installed.
CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1182270
-rw-r--r--modules/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index da23d4a4..65379db9 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -7,9 +7,10 @@ set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
# to have it around, so there is a place where the modules which are not installed
# are listed explicitely:
set(cmakeFilesDontInstall
+ FindHUpnp.cmake
FindPolkitQt.cmake
FindPolkitQt-1.cmake
- FindHUpnp.cmake
+ FindUDev.cmake
)
# Explicitely list all files which will be installed.
@@ -116,7 +117,6 @@ set(cmakeFiles CheckCXXSourceCompiles.cmake
FindSqlite.cmake
FindStrigi.cmake
FindTaglib.cmake
- FindUDev.cmake
FindUSB.cmake
FindWcecompat.cmake
FindX11.cmake