summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:12:25 +0900
committerMichele Calgaro <[email protected]>2024-03-17 11:17:39 +0900
commit6eabe7762747c5b2ad6f0e81a688bc43b9257167 (patch)
treec827de8fff96735f0dab736c2a553e3d73cee145 /CMakeL10n.txt
parentfb29802cdbc55ecbf7431cdea2bc62f2143260ce (diff)
downloadtde-style-baghira-6eabe7762747c5b2ad6f0e81a688bc43b9257167.tar.gz
tde-style-baghira-6eabe7762747c5b2ad6f0e81a688bc43b9257167.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 7cb9dca..f66b5bb 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,11 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################