summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 18:26:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 18:27:19 +0900
commitd00a34ff0b24c1e917fa5535d88748e0bee0a4b9 (patch)
treee06852ad613f8366e2a045f7c769b6026a80e3ad
parentbc097f68f93d304f65b1f850acc0d9aaec55b3cb (diff)
downloaddbus-tqt-r14.0.x.tar.gz
dbus-tqt-r14.0.x.zip
Use TDE cmake macro to set versionr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 547b2874656d653198e68d2fb76d759f76e564ab)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 46c0d1c..6364b0a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,6 @@
#################################################
project( dbus-tqt-1 )
-set( VERSION R14.0.13 )
##### cmake setup ###############################
@@ -25,6 +24,11 @@ include( TDEMacros )
include( ConfigureChecks.cmake )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### install paths setup #######################
tde_setup_install_path( EXEC_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" )