summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:31 +0900
commitaf7d8e41e9e132de5a88151648c51a91738f7950 (patch)
treece455684e48d35503614a9007f7224440196ac1b
parentd2fdd751a45b128f2765f8270e3dd52e089d3f55 (diff)
downloadlibcaldav-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.txt1
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 )