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:26:12 +0900
commit547b2874656d653198e68d2fb76d759f76e564ab (patch)
treeeab9f58fee4424c0fee56cb9dc8008ca6197117f
parentc2e0347c3d0fba83d9ce26bf52d7fc9824ecfd2b (diff)
downloaddbus-tqt-547b2874656d653198e68d2fb76d759f76e564ab.tar.gz
dbus-tqt-547b2874656d653198e68d2fb76d759f76e564ab.zip
Use TDE cmake macro to set versionr14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cdc2e58..c74d0a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,6 @@
#################################################
project( dbus-tqt-1 )
-set( VERSION R14.1.0 )
##### 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}" )