diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 23:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 23:43:21 +0900 |
commit | 1eb218e05c02c61538d09f1eac94ab6bed440e54 (patch) | |
tree | 9e37002d003d8e85dd007dc1cfbe30abd2fa0b4f | |
parent | b6fac69b1b77369f79c60f7ce0e9756de810cfb4 (diff) | |
download | kbarcode-r14.0.x.tar.gz kbarcode-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cbfe634f614403262ef544a641e1440126ea2e97)
-rw-r--r-- | CMakeLists.txt | 6 |
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 ) |