summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:36 +0900
commit1abc4ad879c3840f94112eb75f4f06071f2af5af (patch)
treefda3b08a74ace629233056e98c49442cb056629b
parent57b8f3780f58dfb1cb333e6e885e0a3a57b9800b (diff)
downloadlibtdeldap-1abc4ad879c3840f94112eb75f4f06071f2af5af.tar.gz
libtdeldap-1abc4ad879c3840f94112eb75f4f06071f2af5af.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 6879a74..1403754 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 )