diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:39:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:39:50 +0900 |
commit | dfdcb14fd51c12451e8b56587f52fcfa43cbc3e4 (patch) | |
tree | 52c09292eda869c39fa4d1060fbd4c18d1e27525 | |
parent | 8009d6219aee25870dc13802a429061479f850c8 (diff) | |
download | libkexiv2-dfdcb14fd51c12451e8b56587f52fcfa43cbc3e4.tar.gz libkexiv2-dfdcb14fd51c12451e8b56587f52fcfa43cbc3e4.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 1 |
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 ) |