diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:05 +0900 |
commit | 7df530d6304eeefca7ac610b6f65be8dd7b20911 (patch) | |
tree | 115351db3c10513bc964a77bd33cc5c76b39235d /CMakeL10n.txt | |
parent | 130edb9f0b50c0e9e71378b85e84b7827144b424 (diff) | |
download | tastymenu-7df530d6304eeefca7ac610b6f65be8dd7b20911.tar.gz tastymenu-7df530d6304eeefca7ac610b6f65be8dd7b20911.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 16e3f52..233b58f 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -14,7 +14,6 @@ cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEL10n ) |