summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:30 +0900
commite910166a782f2601451d7cc6c30c26ae87e403de (patch)
treee25dc72a43448328aabe533ee3d9d0cc4d8ffa56
parentfc6f1f4f18d38261d2764613b2d3895a40bbdfd9 (diff)
downloadakode-e910166a.tar.gz
akode-e910166a.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 1766180..b993f7c 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 )