diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:31 +0900 |
commit | af7d8e41e9e132de5a88151648c51a91738f7950 (patch) | |
tree | ce455684e48d35503614a9007f7224440196ac1b | |
parent | d2fdd751a45b128f2765f8270e3dd52e089d3f55 (diff) | |
download | libcaldav-af7d8e41e9e132de5a88151648c51a91738f7950.tar.gz libcaldav-af7d8e41e9e132de5a88151648c51a91738f7950.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bb9584b..8c6079c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ include( GNUInstallDirs OPTIONAL ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |