summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:17:30 +0900
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2024-03-17 12:22:10 +0000
commita9abac08165581959590a43a2853162ca44d7d91 (patch)
tree748cdc5989f5d5abf55c2c231ac90ad9b27198d6 /template
parentda9f835d9096a705fca652280623c83d48e72f67 (diff)
downloadtde-i18n-a9abac08165581959590a43a2853162ca44d7d91.tar.gz
tde-i18n-a9abac08165581959590a43a2853162ca44d7d91.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 #####################