From 39160735cee72c3e5a3e8d672fd9f6cd39278c53 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 15 Mar 2024 11:22:26 +0900 Subject: Use centralized cmake version Signed-off-by: Michele Calgaro --- CMakeLists.txt | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51f18c8..f09103c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,12 +9,20 @@ # ################################################# -project( dbus-1-tqt ) +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) +tde_set_project_version( ) + + +##### general package setup ##################### -##### cmake setup ############################### +project( dbus-1-tqt ) -cmake_minimum_required( VERSION 3.5 ) + +##### include essential cmake modules ########### include( FindPkgConfig ) include( CheckCXXSourceCompiles ) @@ -23,11 +31,6 @@ include( CheckSymbolExists ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### optional stuff option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) -- cgit v1.2.3