summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:31 +0900
commitbc097f68f93d304f65b1f850acc0d9aaec55b3cb (patch)
tree746bb712941220cea0e4d7186c7fef80e708d3c7
parentdc7930bcc978d8f7a76610314211987626fd535c (diff)
downloaddbus-tqt-bc097f68f93d304f65b1f850acc0d9aaec55b3cb.tar.gz
dbus-tqt-bc097f68f93d304f65b1f850acc0d9aaec55b3cb.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 87ed994..46c0d1c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,6 @@ include( FindPkgConfig )
include( CheckCXXSourceCompiles )
include( CheckSymbolExists )
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )
include( ConfigureChecks.cmake )