summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:19:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 23:48:06 +0900
commit1f956046d67b2cbf1a2081e82c10215dbf9b60c0 (patch)
tree5437ad2824fe918c5a3e23752f5963cf63238989 /CMakeL10n.txt
parent773b8e234edc0a9459f192247c15901cd6878761 (diff)
downloadtdelibs-1f956046d67b2cbf1a2081e82c10215dbf9b60c0.tar.gz
tdelibs-1f956046d67b2cbf1a2081e82c10215dbf9b60c0.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 95002e69cdd4eca31825560a3e2d37fce0d9f651)
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 01d8e094d..e88a77237 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 #################