KDE/kdelibs/cmake/modules
Rafael Fernández López
ereslibre at kde.org
Mon Oct 4 03:27:25 CEST 2010
SVN commit 1182270 by ereslibre:
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 at kde.org
M +2 -2 CMakeLists.txt
--- trunk/KDE/kdelibs/cmake/modules/CMakeLists.txt #1182269:1182270
@@ -7,9 +7,10 @@
# 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 @@
FindSqlite.cmake
FindStrigi.cmake
FindTaglib.cmake
- FindUDev.cmake
FindUSB.cmake
FindWcecompat.cmake
FindX11.cmake
More information about the Kde-buildsystem
mailing list