summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:44 +0900
commit6dc0099e35d8c21e50e631e04b9f0506efec4ea4 (patch)
tree6310bc50fb4c739f642da1bb378748dd894b6dd5
parent07a4b4addbffff91dfc8c6c404d09a5d70609a38 (diff)
downloadakode-6dc0099e.tar.gz
akode-6dc0099e.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2ee6e6..ad11eb3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,6 @@ include( CheckStructHasMember )
##### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )