summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:53 +0900
commitebffedbc5d9d67f4fcebe1794ecd8f0d070cd2fd (patch)
treea6891178e74cd55507ae4a8ee77f3d733ef2d24c /CMakeLists.txt
parent68c832e960cd3105c163c5359e410c30a1f50b0a (diff)
downloadtdeio-umountwrapper-ebffedbc5d9d67f4fcebe1794ecd8f0d070cd2fd.tar.gz
tdeio-umountwrapper-ebffedbc5d9d67f4fcebe1794ecd8f0d070cd2fd.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 bf8cb38..2429dbb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,6 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )