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
commitaa3cdfd2c3b26b96df2a39a77b91f6deb6cee05f (patch)
treec2561026dd8769f5ac3e5e8bad5c8337058df1a0
parentc91f6e235389f8c58c512ef0181294f4bc2c9afe (diff)
downloadk3b-aa3cdfd2c3b26b96df2a39a77b91f6deb6cee05f.tar.gz
k3b-aa3cdfd2c3b26b96df2a39a77b91f6deb6cee05f.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
-rw-r--r--CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index e8f26ca..73f8c2e 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 )
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 736cdea..ca42bb2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,6 @@ include( CheckSymbolExists )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )