diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 19:03:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 19:04:40 +0900 |
commit | 759f9d2cb4c8685485685c54324dd3f1fa1bb359 (patch) | |
tree | 9a504556810b4f383c1e085b4cb9db6a0aefbe5f | |
parent | 2b6b7318611c9f7149e21206d6870c553546aa53 (diff) | |
download | kshutdown-759f9d2cb4c8685485685c54324dd3f1fa1bb359.tar.gz kshutdown-759f9d2cb4c8685485685c54324dd3f1fa1bb359.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 352c9f877b8048c812ba739e4631793ce1627008)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ffed7e8..aff8077 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kshutdown ) -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 ) |