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
commitc2e0347c3d0fba83d9ce26bf52d7fc9824ecfd2b (patch)
tree87eafd64fc1a19a139e2972be8c45c46f5f6c147
parenta1cdc63c1c02f2d74167b3e80ce3c7ccda495c2f (diff)
downloaddbus-tqt-c2e0347c.tar.gz
dbus-tqt-c2e0347c.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 579725f..cdc2e58 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 )