summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:41 +0900
commit683fe74fc803465785214cd7e03801cadff90e26 (patch)
tree774bb430a58785be92af43b9358b745fb1a13c1b
parent56eed6d353baab6322727510629ed85735d830f3 (diff)
downloadcompizconfig-backend-tdeconfig-683fe74fc803465785214cd7e03801cadff90e26.tar.gz
compizconfig-backend-tdeconfig-683fe74fc803465785214cd7e03801cadff90e26.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e625172..880cf49 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 )