summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:43 +0900
commitbd708aaedeff00c109eb745e8ffbb3785d92effa (patch)
tree96b56c46aa4c7519b0cfba2f1a22a892635d96b1
parent7724a1122209504f2fd8642f51de23a14937ffa5 (diff)
downloadkrecipes-bd708aaedeff00c109eb745e8ffbb3785d92effa.tar.gz
krecipes-bd708aaedeff00c109eb745e8ffbb3785d92effa.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 )