summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-05-04 16:23:51 +0900
committerMichele Calgaro <[email protected]>2022-05-04 16:23:51 +0900
commit4380b32a3929e812283ce2411a150e2e0797a148 (patch)
tree7bfd1c7957e5cc8515a9574f9fc857101f47c90c /CMakeLists.txt
parent2b085568d4caaae7d485ddf2db45b929223ebfc8 (diff)
downloadtastymenu-4380b32a3929e812283ce2411a150e2e0797a148.tar.gz
tastymenu-4380b32a3929e812283ce2411a150e2e0797a148.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 26bb504..3311394 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 )