summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:22:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:22:26 +0900
commit39160735cee72c3e5a3e8d672fd9f6cd39278c53 (patch)
tree9aa48221319c447bf25e83001afcf07a13fe0bd4
parent6681698396e454494edfe62a00f54434b1b7cd43 (diff)
downloaddbus-1-tqt-master.tar.gz
dbus-1-tqt-master.zip
Use centralized cmake versionHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt19
1 files 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 )