From 1f956046d67b2cbf1a2081e82c10215dbf9b60c0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 15 Mar 2024 11:19:54 +0900 Subject: Use centralized cmake version Signed-off-by: Michele Calgaro (cherry picked from commit 95002e69cdd4eca31825560a3e2d37fce0d9f651) --- CMakeL10n.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CMakeL10n.txt') diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 01d8e094d..e88a77237 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,12 @@ # ################################################# -cmake_minimum_required( VERSION 3.5 ) + +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) +tde_set_project_version( ) ##### include our cmake modules ################# -- cgit v1.2.1