diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:57 +0900 |
| commit | 48eb99a5404519f5101117055fdd475a75264efb (patch) | |
| tree | f11303aaddb28247297f81ddd2c2da7305f98ea2 /CMakeLists.txt | |
| parent | c5a49271a89867f8c46d59dad067e3b51995f2cc (diff) | |
| download | ksensors-48eb99a5.tar.gz ksensors-48eb99a5.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 ef71a5d..e28c4ca 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 ) |
