summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:50 +0900
commit6a1f210de628ebc58f219e8d5e4b4dfe3af63141 (patch)
tree746289490c6d71c785f33d3014949cbe3ea7e829 /CMakeLists.txt
parentf830eec978d64cf6e3cbbd3f06ba26d3853cfcb4 (diff)
downloadkpowersave-r14.0.x.tar.gz
kpowersave-r14.0.x.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.r14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 863a749..d16fa75 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,6 @@ include( CheckCXXSourceCompiles )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )