summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:59:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 15:51:55 +0900
commit21f900e2b633fcd6044b59e9c429e581eadbe7fc (patch)
treeee05d437f90650904dfa8cd1e2398ee091baed9b /CMakeL10n.txt
parent65ffe0c55b897e60e01221ab2269dcb9a9de1e8a (diff)
downloadk9copy-21f900e2.tar.gz
k9copy-21f900e2.zip
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b8498ebaee72597c00bc25d4427a25644d5d62f1)
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 1f5aadf..8311491 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 #################