From fa8d4d391433c5ccba41ca23948a27293cf37530 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 15 Mar 2024 10:52:53 +0900 Subject: Use centralized cmake version Signed-off-by: Michele Calgaro (cherry picked from commit ed48d312ff120915c68cd8ead0a41dc0a0788232) --- CMakeL10n.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CMakeL10n.txt') diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 2ce067e..c34cb7e 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