diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:36 +0900 |
commit | 1abc4ad879c3840f94112eb75f4f06071f2af5af (patch) | |
tree | fda3b08a74ace629233056e98c49442cb056629b | |
parent | 57b8f3780f58dfb1cb333e6e885e0a3a57b9800b (diff) | |
download | libtdeldap-1abc4ad879c3840f94112eb75f4f06071f2af5af.tar.gz libtdeldap-1abc4ad879c3840f94112eb75f4f06071f2af5af.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 1 |
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 ) |