summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:57 +0900
commitfe15f815eda3975095ccfe2986f2881dca841d96 (patch)
treea8878986853221391d33e5fa74b6eb18c8ca9a89 /CMakeLists.txt
parente2423a1407bf6458e53ada4bf04d0437d76b8cc0 (diff)
downloadqalculate-tde-fe15f815eda3975095ccfe2986f2881dca841d96.tar.gz
qalculate-tde-fe15f815eda3975095ccfe2986f2881dca841d96.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 e578701..8dda5c7 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 )