summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:14:42 +0900
committerMichele Calgaro <[email protected]>2024-03-17 17:12:51 +0900
commit482e1bce145fe5f8b843b8b180a53f459e413036 (patch)
treee2bd571d0706f36400fb838c2d821597cfd26757 /CMakeL10n.txt
parent0dbd778f685564408e1f6e4d7d39c805777e22db (diff)
downloadkchmviewer-482e1bce145fe5f8b843b8b180a53f459e413036.tar.gz
kchmviewer-482e1bce145fe5f8b843b8b180a53f459e413036.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit dbe181d7ca6792595764d222a18491a62e759429)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index e0b1b56..0176702 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,11 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################