summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:16:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 23:10:23 +0900
commit8456c4b8ef1db3ee3994a2c340b939a41124e698 (patch)
tree5dbc40d8bdfd8716b80470de99be233ccd5f55f3 /CMakeL10n.txt
parentb3a2c4d9920c6bbe1aed9fb09aa8d29e6c7e98f0 (diff)
downloadmathemagics-8456c4b8ef1db3ee3994a2c340b939a41124e698.tar.gz
mathemagics-8456c4b8ef1db3ee3994a2c340b939a41124e698.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dccc47224fe999ff713908dbeca828ca3303f1e4)
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 181ccd3..9ffa706 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 #################