diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 19:00:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 19:00:56 +0900 |
| commit | f193539f0219ce911e865c77cdc9bb4172e94e42 (patch) | |
| tree | e78d23816f188323f4f01ff62d25c8de9c8caef3 | |
| parent | 5c6b516eadbe589d123ad3254cb61c9b63d23a8b (diff) | |
| download | kooldock-f193539f.tar.gz kooldock-f193539f.zip | |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c579f16bc44a68321a57a33499cb814c7429a67a)
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a183624..b02293e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kooldock ) -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 ) |
