diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:11 +0900 |
commit | ace1f22db25fe3c3a037752b68107d7dea13b29f (patch) | |
tree | 8e9c29bea2398523c7f30a8ff3a2a10235658f9a /CMakeLists.txt | |
parent | 47911a70fe4e9ef75dbeeb56c9d9f3246538d974 (diff) | |
download | ksensors-ace1f22db25fe3c3a037752b68107d7dea13b29f.tar.gz ksensors-ace1f22db25fe3c3a037752b68107d7dea13b29f.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 13b4eba..f615218 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,6 @@ include( CheckCXXSourceCompiles ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |