summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:18:50 +0900
committerMichele Calgaro <[email protected]>2024-03-15 23:53:45 +0900
commit917de3261d9fcf83235ab5c4fd257bcfdd2d83cf (patch)
tree1e67f6baf0fc920962eed214ad1c7771d65e373d /CMakeL10n.txt
parentaecd11b5aeaeec251b531c29dcd3db38d3d868de (diff)
downloadtdeartwork-917de3261d9fcf83235ab5c4fd257bcfdd2d83cf.tar.gz
tdeartwork-917de3261d9fcf83235ab5c4fd257bcfdd2d83cf.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e12682f818cc04d9de9cfc87ca9a39db6b3127e1)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 8ddca2ab..50ab77f6 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,12 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
+tde_set_project_version( )
##### include our cmake modules #################