diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:54 +0900 |
commit | e6a06e3aee9f8363d488c758c790663e769506d4 (patch) | |
tree | f6d2d48bd715bc65118a492b8cc6f84688f42aeb /CMakeL10n.txt | |
parent | 1fce58b8f2f7e024aed09f5e3fdb5c66ab1af0a0 (diff) | |
download | konversation-e6a06e3aee9f8363d488c758c790663e769506d4.tar.gz konversation-e6a06e3aee9f8363d488c758c790663e769506d4.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 ) |