summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:51 +0900
commit6068a66747860c42ecc5241a1b6540b2e0bf50e6 (patch)
treeeb8d07e9ad0a153a25b19f2d7ea3a0f8f2553d06 /CMakeLists.txt
parentdb833d20042c7f64a1f69d1f27d770ec87f98f4b (diff)
downloadkshutdown-6068a667.tar.gz
kshutdown-6068a667.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.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38a158b..ffed7e8 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 )