From 52afc69c577b66b7e0cc42aeb876446cf8ef3160 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 15 Mar 2024 10:58:22 +0900 Subject: Use centralized cmake version Signed-off-by: Michele Calgaro (cherry picked from commit 6d6257deb6cb899d14bc02bc38e972d58bdb94c9) --- CMakeL10n.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CMakeL10n.txt') 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 ################# -- cgit v1.2.1