summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:48 +0900
commit01f4915010da4419fc381240aa0a94629481cf98 (patch)
treedcf9e15213a962527feef27138ea9575ddc6ee8c /CMakeLists.txt
parentc56dd58b21a912b4dd84c15672cf99137f0bcdd8 (diff)
downloadtde-systemsettings-01f4915010da4419fc381240aa0a94629481cf98.tar.gz
tde-systemsettings-01f4915010da4419fc381240aa0a94629481cf98.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 05bdf31..21e78b7 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 )