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
commit6e5bd8f2aecca675dd0d7b1da4cbb06f1044c541 (patch)
tree7f6282e3d9fdec9e48267f7d6f63ef48b7bab7b1
parentb57505471b3fd24c608d4adf781d6d861157ed2e (diff)
downloadk9copy-6e5bd8f2.tar.gz
k9copy-6e5bd8f2.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 f7e447e..b8b7d51 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 )