diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-23 13:13:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-23 13:13:28 +0900 |
commit | 5d812f702e8508dcd453082176c07975b3f1563d (patch) | |
tree | 89c17bf32e682a4824d36338b134fb5901ad651a | |
parent | 50a051afec38a260c52f32817b68536f7ee28238 (diff) | |
download | kcpuload-r14.0.x.tar.gz kcpuload-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 22b6c2fe40ed7e17d228440fd96fc4e12284c3d0)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b7236f..916bac1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kcpuload ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -31,6 +30,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |