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 | bf7b65ffc92ca99cae23866cf559eadf6a468ce0 (patch) | |
| tree | 573fab07d9c205bef847e8f5939a3e24681cc457 | |
| parent | 5000cc922ba538325c726b25ab7bda330d32aa8b (diff) | |
| download | libcarddav-bf7b65ff.tar.gz libcarddav-bf7b65ff.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 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 ) |
