summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:16:48 +0900
committerMichele Calgaro <[email protected]>2024-03-17 23:10:42 +0900
commitdcacb4726c43874a868c0ea9134253218e281a8c (patch)
tree3f1205d5f8c7f0da886cd0986fb699c3a600805b /CMakeL10n.txt
parent9fe1e65bf42ceb3d5bf818624b2674ba5e10c1ed (diff)
downloadqalculate-tde-dcacb4726c43874a868c0ea9134253218e281a8c.tar.gz
qalculate-tde-dcacb4726c43874a868c0ea9134253218e281a8c.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3d6f10712806aeca2358913f7b26e7c76df250a8)
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 ec40e4d..a9c7e38 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 #################