summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:30 +0900
commit2437472f2834b272079a728cc2be94bd0c4a1bc5 (patch)
treed7ddc364f75d311d9f1887220fcb7bee2aa18a5b
parentba28980ea964c21e487dd7a73ceec1125b21b0f6 (diff)
downloaddbus-1-tqt-2437472f.tar.gz
dbus-1-tqt-2437472f.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 02b21b0..13cbeff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,6 @@ include( FindPkgConfig )
include( CheckCXXSourceCompiles )
include( CheckSymbolExists )
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )