From 4d052a0b077c8ec8bd29407cb6a35811e79890c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Mon, 4 Oct 2010 01:27:24 +0000 Subject: 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 --- modules/CMakeLists.txt | 4 ++-- 1 file 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 -- cgit v1.2.1