summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:50 +0900
commite731799f5889391e5c3b10a57e9d652a0c227bbb (patch)
tree57aba8093d473a666fcf4223188d0f0a30a52616
parent494b82b87de9cfa3a2b60600ad3d9fbac92e2b3a (diff)
downloadkrusader-e731799f.tar.gz
krusader-e731799f.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 f18984d..a91bd2a 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 )