summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:48 +0900
commitf5aba5631dd968fcbc6b9bcdb59ae921d2d9fbe8 (patch)
treefccb277a4fcffb2aa7044f7aa8ce96286b0f5de2 /CMakeLists.txt
parentb49b454cfdf0cc1c8ca64c457fcbd22476cc14a4 (diff)
downloadtdeadmin-f5aba5631dd968fcbc6b9bcdb59ae921d2d9fbe8.tar.gz
tdeadmin-f5aba5631dd968fcbc6b9bcdb59ae921d2d9fbe8.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 dbeb6e8..1c20c01 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,6 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )