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: [email protected] 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 _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
