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
commitbf7b65ffc92ca99cae23866cf559eadf6a468ce0 (patch)
tree573fab07d9c205bef847e8f5939a3e24681cc457
parent5000cc922ba538325c726b25ab7bda330d32aa8b (diff)
downloadlibcarddav-bf7b65ffc92ca99cae23866cf559eadf6a468ce0.tar.gz
libcarddav-bf7b65ffc92ca99cae23866cf559eadf6a468ce0.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 0721607..f902c8a 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 )