diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:45 +0900 |
commit | fac82f62f156c76cb4b23c313111283b30a778b5 (patch) | |
tree | 18ac0965339c12efca60e8443aba999d01eec438 | |
parent | 48ec1fa7a0a21def489a6d25a1d87968f76c1074 (diff) | |
download | tderadio-fac82f62f156c76cb4b23c313111283b30a778b5.tar.gz tderadio-fac82f62f156c76cb4b23c313111283b30a778b5.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index f18984d..a91bd2a 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 ) |