diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:45 +0900 |
commit | 4bb6449684dba348348e9cfd2954fb3a3482af5d (patch) | |
tree | 1a423310358176e891545c6e1a583ff98e3bd007 | |
parent | 19784fb683be5b8a0d071b1fde3dbd3281461c9e (diff) | |
download | libcaldav-4bb6449684dba348348e9cfd2954fb3a3482af5d.tar.gz libcaldav-4bb6449684dba348348e9cfd2954fb3a3482af5d.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 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 ) |