diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:00 +0900 |
commit | 2c917cea7dc4cd6b179d386fd14610c15e943031 (patch) | |
tree | 37f3abfc7b446cbdd417bf62bbe83e5f93836ce5 /CMakeLists.txt | |
parent | 560727f4edcbc7ad29e99ea463cfb2eeb812e0c2 (diff) | |
download | kmymoney-2c917cea7dc4cd6b179d386fd14610c15e943031.tar.gz kmymoney-2c917cea7dc4cd6b179d386fd14610c15e943031.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c090da2..53fcdae 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 ) include( kmm-macros.cmake ) |