summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:53 +0900
commit7d58746b65cee8fa4b8e5690a1e21c6b97e52f12 (patch)
tree1828f89a67c08074eabd8f004fe9d314ed9d6779
parent7f3d285b849ba16c8d474d0232bac10902b9af8b (diff)
downloadgwenview-i18n-7d58746b.tar.gz
gwenview-i18n-7d58746b.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 6a333b6..b022f69 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 )