diff options
| -rw-r--r-- | modules/CMakeLists.txt | 4 | 
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 | 
