summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:12 +0900
commit960e54efee31fe2d530c7d6d6ada4c5bf7cbc89b (patch)
treec2e3b6efd1273d429ba453ee0d8dc22968d4b6be /CMakeLists.txt
parent20616c2d72fbd12785620fb6a6d5957ecfde4115 (diff)
downloadqalculate-tde-960e54efee31fe2d530c7d6d6ada4c5bf7cbc89b.tar.gz
qalculate-tde-960e54efee31fe2d530c7d6d6ada4c5bf7cbc89b.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 8270d27..cabcee3 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 )