summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:47 +0900
commit2340e0cc50be204200c38693e77eaa315969d5a2 (patch)
tree6d2a4c0c6e02fa3a2f18f40808e34f63b1093ae4 /CMakeLists.txt
parent089c62168fa376b5db6dde9f1edeb3731bb60918 (diff)
downloadkiosktool-2340e0cc50be204200c38693e77eaa315969d5a2.tar.gz
kiosktool-2340e0cc50be204200c38693e77eaa315969d5a2.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 aa5e065..b305d29 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 )