summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:00 +0900
commit56b40453cd73523406a7dfb02ceb03a006d4a17a (patch)
tree4e8eeac6a1d2aa2f9a1d907dcb60fe865f823e37
parent6468d1790a7091ea16fccd87dfd39462556f71d4 (diff)
downloadkoffice-56b40453.tar.gz
koffice-56b40453.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeL10n.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index c77ead18c..93febe6c6 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -14,7 +14,6 @@ cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEL10n )