diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:40 +0900 |
commit | 952e4337d4cbc6065e7de17901efb001a9ebe42e (patch) | |
tree | 28c398b915a637ad7b6ac65796d39d420f429a8f | |
parent | 08eea96b67b6236b7af01cd68af3178209016b93 (diff) | |
download | ktorrent-952e4337d4cbc6065e7de17901efb001a9ebe42e.tar.gz ktorrent-952e4337d4cbc6065e7de17901efb001a9ebe42e.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index f1ebe20..23220c6 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 ) |