summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 18:29:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 18:30:17 +0900
commit2af6c41a60c2e5809d03d80fc15dfcc05fda7ea4 (patch)
tree4deb27775bdad3c53411e5c98355e6c98c32c07b
parent2437472f2834b272079a728cc2be94bd0c4a1bc5 (diff)
downloaddbus-1-tqt-r14.0.x.tar.gz
dbus-1-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 aeb70101ef7de107709fded37e79649858b88098)
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13cbeff..2c067d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,11 @@ include( CheckSymbolExists )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### optional stuff
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )