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:16:58 +0900 |
commit | b3fb58ce537662df7b87010e056c9468d79a2b2c (patch) | |
tree | f6c5a81e6e954576b6de09cd3a4c5639db429d2b | |
parent | 0e9e4c8a4b741994e3f0ccf88e095de5e143e8a3 (diff) | |
download | kbookreader-b3fb58ce537662df7b87010e056c9468d79a2b2c.tar.gz kbookreader-b3fb58ce537662df7b87010e056c9468d79a2b2c.zip |
Use TDE cmake macro to set [Bversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3080e26..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.1.0 ) #### include essential cmake modules @@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |