summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 23:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 23:43:21 +0900
commit1eb218e05c02c61538d09f1eac94ab6bed440e54 (patch)
tree9e37002d003d8e85dd007dc1cfbe30abd2fa0b4f
parentb6fac69b1b77369f79c60f7ce0e9756de810cfb4 (diff)
downloadkbarcode-r14.0.x.tar.gz
kbarcode-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 cbfe634f614403262ef544a641e1440126ea2e97)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2781cbf..9a83175 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kbarcode )
-set( VERSION R14.0.13 )
#### include essential cmake modules
@@ -33,6 +32,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )