summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:05:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 11:19:20 +0900
commit81d0f90b24db6d98545a5a78110aef400f9c8232 (patch)
treeb1cc295e40376ed2e41edc5992ce281fc173b18a /CMakeL10n.txt
parentce4a1359711b176adbfe2867d87fb98a00ee68ec (diff)
downloadwlassistant-81d0f90b24db6d98545a5a78110aef400f9c8232.tar.gz
wlassistant-81d0f90b24db6d98545a5a78110aef400f9c8232.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 e0b1b56..0176702 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 #################