diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:40:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:40:00 +0900 |
commit | 56b40453cd73523406a7dfb02ceb03a006d4a17a (patch) | |
tree | 4e8eeac6a1d2aa2f9a1d907dcb60fe865f823e37 | |
parent | 6468d1790a7091ea16fccd87dfd39462556f71d4 (diff) | |
download | koffice-56b40453cd73523406a7dfb02ceb03a006d4a17a.tar.gz koffice-56b40453cd73523406a7dfb02ceb03a006d4a17a.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 c77ead18..93febe6c 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 ) |