diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 23:16:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 23:17:14 +0900 |
| commit | eb85de006a2db4f3d39689a2a1749117476c5f87 (patch) | |
| tree | d4b834380d79736e9bb841b4061c5d8a18093d02 | |
| parent | 80a0f58583ba8caa080e4540f648964ea143292d (diff) | |
| download | kbookreader-eb85de006a2db4f3d39689a2a1749117476c5f87.tar.gz kbookreader-eb85de006a2db4f3d39689a2a1749117476c5f87.zip | |
Use TDE cmake macro to set [Bversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b3fb58ce537662df7b87010e056c9468d79a2b2c)
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5c5c57..e82affc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kbookreader ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |
