summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:51 +0900
commit63f104f73c4c638da0e711d538069aadaae4af46 (patch)
tree77926855d442b912037f9786298515b59619ae4b /CMakeLists.txt
parent61fc2a2a393788172ab2ad949330fd5a09c5389e (diff)
downloadkscope-63f104f73c4c638da0e711d538069aadaae4af46.tar.gz
kscope-63f104f73c4c638da0e711d538069aadaae4af46.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 69c53a3..c921a04 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,6 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )