summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:40 +0900
commit66fb6e6cac5fd22c7f52a0c78f446953bd0a8d4a (patch)
treebbfa9739f76e29d09b48cdd17db4d1d259851992 /CMakeLists.txt
parentc66d80d9d4a0ba8246c46a88bac5614714b7f504 (diff)
downloadkstreamripper-66fb6e6c.tar.gz
kstreamripper-66fb6e6c.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 db4308c..5f846a3 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 )