summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:21:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 12:07:05 +0900
commita9320890644ada19a52e566c1aa2e84b83bc85f1 (patch)
tree71e24c775ffde206e87742e8990f96dfe6bb2c23 /CMakeL10n.txt
parent19d57580bdd865a19b4599f6d922b8241ed97a1c (diff)
downloadtdeutils-a9320890644ada19a52e566c1aa2e84b83bc85f1.tar.gz
tdeutils-a9320890644ada19a52e566c1aa2e84b83bc85f1.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 f6147a5..4caef82 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 #################