summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-05-03 22:40:05 +0900
committerMichele Calgaro <[email protected]>2022-05-03 22:40:05 +0900
commit7df530d6304eeefca7ac610b6f65be8dd7b20911 (patch)
tree115351db3c10513bc964a77bd33cc5c76b39235d /CMakeLists.txt
parent130edb9f0b50c0e9e71378b85e84b7827144b424 (diff)
downloadtastymenu-7df530d6304eeefca7ac610b6f65be8dd7b20911.tar.gz
tastymenu-7df530d6304eeefca7ac610b6f65be8dd7b20911.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 1bb0126..54710f5 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 )