summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:06 +0900
commit966cf44482c86484f80a24302a2781ab979750e1 (patch)
tree900db052a78811b70e994e1f694bf7ee612b9f97 /CMakeLists.txt
parentcce4faf164f8f57ac894142fa53898102f204c7b (diff)
downloadtdeio-apt-966cf44482c86484f80a24302a2781ab979750e1.tar.gz
tdeio-apt-966cf44482c86484f80a24302a2781ab979750e1.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 024d10f..02a2dd5 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 )