diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:42 +0900 |
commit | e22355613f8540ef10e568d7b1c0338cdfd40358 (patch) | |
tree | 4ae7fdccbcd4f78e13df2987bb236dba4fbe480c /CMakeLists.txt | |
parent | 79c7377c92bbd6a6ff0533a443e7b2bb3b3b8d74 (diff) | |
download | kcmldapcontroller-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.txt | 1 |
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 ) |