summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:45 +0900
commit4bb6449684dba348348e9cfd2954fb3a3482af5d (patch)
tree1a423310358176e891545c6e1a583ff98e3bd007
parent19784fb683be5b8a0d071b1fde3dbd3281461c9e (diff)
downloadlibcaldav-4bb64496.tar.gz
libcaldav-4bb64496.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 abe4c04..9e51425 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 )