summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:53:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 21:01:42 +0900
commit6e5d4478bbaa87d14ba78b260dbe9447fda026a8 (patch)
tree6f0bc725727e7f44ee31a07bf622c1986d35c173
parent9689d714545115dde7861de2365a894be65d3574 (diff)
downloadpiklab-6e5d4478.tar.gz
piklab-6e5d4478.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8be89998c38f463118ef4c2e159cb54a10f7a969)
-rw-r--r--CMakeL10n.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index ec40e4d..a9c7e38 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 #################