From 782e31aa7115a99330ae9a7372ebf6cee7a95a33 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 15 Mar 2024 10:56:33 +0900 Subject: [PATCH] Use centralized cmake version Signed-off-by: Michele Calgaro (cherry picked from commit f639dc24d1e00c32ecfadbc66f263fa37423ea02) --- CMakeL10n.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeL10n.txt b/CMakeL10n.txt index c5abd68..c0d700e 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 #################