summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-05-03 22:40:08 +0900
committerMichele Calgaro <[email protected]>2022-05-03 22:40:08 +0900
commit47f11820fd68578cc5b5a74586fd6bf3ad41b5ba (patch)
tree1527d7b3690b8a213d2f77f78a0879593113a1ce /CMakeLists.txt
parentded101ee2bc4956b4054e0af868909c0dbae42d1 (diff)
downloadtde-style-lipstik-47f11820fd68578cc5b5a74586fd6bf3ad41b5ba.tar.gz
tde-style-lipstik-47f11820fd68578cc5b5a74586fd6bf3ad41b5ba.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
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 fc66a49..24a3811 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 )