aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index fe64fe3b..960d5849 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -3,7 +3,8 @@
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
# maybe FindHUNSPELL.cmake, FindPolkitQt.cmake don't have to be installed ?
-set(cmakeFilesDontInstall )
+set(cmakeFilesDontInstall
+ FindPolkitQt-1.cmake)
# Explicitely list all files which will be installed.
# We don't use a GLOB anymore so we can have also cmake files here