summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:36 +0900
commit39f6532f5e4bca756264925c1ae048fed9a8c82f (patch)
tree7fd4542f4914e6ad87689d19f84b24ccb966ea53
parentbf8b658e4493a498b1bf7213834921ab6ef2fd02 (diff)
downloadlibkexiv2-39f6532f.tar.gz
libkexiv2-39f6532f.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 6ceab1a..fb8db65 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,6 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )