diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:50 +0900 |
commit | e731799f5889391e5c3b10a57e9d652a0c227bbb (patch) | |
tree | 57aba8093d473a666fcf4223188d0f0a30a52616 | |
parent | 494b82b87de9cfa3a2b60600ad3d9fbac92e2b3a (diff) | |
download | krusader-e731799f5889391e5c3b10a57e9d652a0c227bbb.tar.gz krusader-e731799f5889391e5c3b10a57e9d652a0c227bbb.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 ) |