summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:38 +0900
commit80bbab539fc2bb7e4680ed08c2c1c24c923d730d (patch)
tree0aae215545dcd9b040c266b409aefb508e08fa96
parent7aa1d6c33afc5f5e5806dedd98a2e7b60cc0913c (diff)
downloadgwenview-i18n-80bbab539fc2bb7e4680ed08c2c1c24c923d730d.tar.gz
gwenview-i18n-80bbab539fc2bb7e4680ed08c2c1c24c923d730d.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cf3a226..60f7ba7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,6 @@ include( FindPkgConfig )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )