summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:17:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 21:23:04 +0900
commit3d0a34c8c2012c8e51124ce9d10e56bd70ab3d7b (patch)
tree37f9ec57e5b4227e8b905dfa6e05fbea7e58ad84 /template
parentbfd8a62ca159072eb1a157d5f5ba06c05a1102e7 (diff)
downloadtde-i18n-3d0a34c8c2012c8e51124ce9d10e56bd70ab3d7b.tar.gz
tde-i18n-3d0a34c8c2012c8e51124ce9d10e56bd70ab3d7b.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a9abac08165581959590a43a2853162ca44d7d91)
Diffstat (limited to 'template')
-rw-r--r--template/commonCMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt
index 1d4214efddd..259c326bf87 100644
--- a/template/commonCMakeLists.txt
+++ b/template/commonCMakeLists.txt
@@ -12,7 +12,12 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
+tde_set_project_version( )
##### general package setup #####################