summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:42 +0900
commite22355613f8540ef10e568d7b1c0338cdfd40358 (patch)
tree4ae7fdccbcd4f78e13df2987bb236dba4fbe480c /CMakeLists.txt
parent79c7377c92bbd6a6ff0533a443e7b2bb3b3b8d74 (diff)
downloadkcmldapcontroller-e22355613f8540ef10e568d7b1c0338cdfd40358.tar.gz
kcmldapcontroller-e22355613f8540ef10e568d7b1c0338cdfd40358.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 d025fec..6896c5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,6 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )