summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:44 +0900
commitface487fad127932bc5ebb462193d804b75a4698 (patch)
tree0ee762dc3f2f99f9a284b7c682d1af7f379a30bc
parent911382e4ac7cf22d004cb97f4f182654919315d5 (diff)
downloaddbus-1-tqt-face487f.tar.gz
dbus-1-tqt-face487f.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 661a3a5..8e8f1b4 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 )