summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:50 +0900
commitdfdcb14fd51c12451e8b56587f52fcfa43cbc3e4 (patch)
tree52c09292eda869c39fa4d1060fbd4c18d1e27525
parent8009d6219aee25870dc13802a429061479f850c8 (diff)
downloadlibkexiv2-dfdcb14f.tar.gz
libkexiv2-dfdcb14f.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 017ca0a..c2cb26c 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 )