summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:57 +0900
commit043973b2fb1054138447a03d666e4dd5e2f8fb4a (patch)
treee46fb14fca01c907c516d689ee0c16bd7b74843c /CMakeLists.txt
parent0a79d229af54a87289e42ad2f451c073fc430347 (diff)
downloadcodeine-043973b2fb1054138447a03d666e4dd5e2f8fb4a.tar.gz
codeine-043973b2fb1054138447a03d666e4dd5e2f8fb4a.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 35185b8..e6de98e 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 )