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 | 16528e278b74bcd364a4b30ea22e77cc6e25202f (patch) | |
tree | 52445ff0d4ef74d65a0c7fa44f4015b0755bb9b4 | |
parent | 3bc2ebea9e34e748cbc75935389f4e7cb57c2ec4 (diff) | |
download | ktorrent-16528e278b74bcd364a4b30ea22e77cc6e25202f.tar.gz ktorrent-16528e278b74bcd364a4b30ea22e77cc6e25202f.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 ) |