summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:55 +0900
commit641ffc9497f5a0e756aa13cb6b4fcf32046a43b6 (patch)
tree37089035ae8576ad9df66fadd0745330b18fd51b
parent21a82dfe42f6e299b61b23c109b521b5c3d65f2a (diff)
downloadkvirc-641ffc94.tar.gz
kvirc-641ffc94.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.r14.1.0
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 41bfea45..790e4819 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 )