summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:45 +0900
commitfac82f62f156c76cb4b23c313111283b30a778b5 (patch)
tree18ac0965339c12efca60e8443aba999d01eec438
parent48ec1fa7a0a21def489a6d25a1d87968f76c1074 (diff)
downloadtderadio-fac82f62.tar.gz
tderadio-fac82f62.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 )