diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 23:13:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 23:13:35 +0900 |
commit | c13f7357120c76a141ef62b924d75c52d9c55a5e (patch) | |
tree | 2202c646b0c79308057d3e2d820819669f2ce226 /CMakeLists.txt | |
parent | 5a4d52164b6385157024d65eae2fb15013b9199b (diff) | |
download | basket-c13f7357120c76a141ef62b924d75c52d9c55a5e.tar.gz basket-c13f7357120c76a141ef62b924d75c52d9c55a5e.zip |
Use TDE cmake macro to set [Bversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 955eab8..51537f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( basket ) -set( VERSION R14.1.0 ) #### include essential cmake modules @@ -33,6 +32,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |