summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:58 +0900
commit9df4fd95ec4f01a91c7e22e244f1179bf8c9acb2 (patch)
treef98d1a7bf4fb40605839a36ac6b0f766208d5b3c
parent99cf1514c74cf77bae9f5b6b458c173e957035c3 (diff)
downloadkaffeine-mozilla-9df4fd95ec4f01a91c7e22e244f1179bf8c9acb2.tar.gz
kaffeine-mozilla-9df4fd95ec4f01a91c7e22e244f1179bf8c9acb2.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 009ec50..e306cf9 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 )