aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index 960d5849..f4184f28 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -3,6 +3,9 @@
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
# maybe FindHUNSPELL.cmake, FindPolkitQt.cmake don't have to be installed ?
+# This variable doesn't actually do anything, but it's probably a good idea
+# to have it around, so there is a place where the modules which are not installed
+# are listed explicitely:
set(cmakeFilesDontInstall
FindPolkitQt-1.cmake)