diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:55 +0900 |
commit | 641ffc9497f5a0e756aa13cb6b4fcf32046a43b6 (patch) | |
tree | 37089035ae8576ad9df66fadd0745330b18fd51b /CMakeL10n.txt | |
parent | 21a82dfe42f6e299b61b23c109b521b5c3d65f2a (diff) | |
download | kvirc-641ffc9497f5a0e756aa13cb6b4fcf32046a43b6.tar.gz kvirc-641ffc9497f5a0e756aa13cb6b4fcf32046a43b6.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.r14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 41bfea45..790e4819 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 ) |