summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:32 +0900
commit43ba724e18fc8b8bc57e5fe596265d21886be8c8 (patch)
treec06edfca2608db34fcd8066f7ce19cf5266297c1 /CMakeLists.txt
parent778cd96cd00ea3fd380a0c524bef236c8901da66 (diff)
downloadtdelibs-43ba724e.tar.gz
tdelibs-43ba724e.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a7e7f1f59..8e591db11 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,6 @@ include( CheckStructHasMember )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )
include( TDESetupPaths )