summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:45 +0900
commit8dbed86e97e91415726470f8b88f6f6336f90364 (patch)
treea92e663befa5bc19f352ed84e9108256e2b97ec9
parent794d223c3562387e87478fc034a7bd6ba3436a5b (diff)
downloadtqca-8dbed86e.tar.gz
tqca-8dbed86e.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 6aa80a0..fd59c92 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,6 @@ include( GNUInstallDirs OPTIONAL )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )