diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 12:20:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 12:21:36 +0900 |
commit | a7cbaf7f047cc7a696853bcb9d62a3803cc4d0af (patch) | |
tree | bc7459b24e3e5ab1ffd92e5490adccb515952bc6 | |
parent | 8f580faa5c0255d76a8e6d7f670b1fcbad948837 (diff) | |
download | kkbswitch-a7cbaf7f047cc7a696853bcb9d62a3803cc4d0af.tar.gz kkbswitch-a7cbaf7f047cc7a696853bcb9d62a3803cc4d0af.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ffa322dd423cbe88598a5d5049ff55af3d22dc5e)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a10a256..b987432 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kkbswitch ) -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 ) |