diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-21 20:15:17 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-21 20:16:18 +0900 |
| commit | 3f9b6090b062ab54214552a8aeef8d7eba87b8f9 (patch) | |
| tree | 2329c20e91a5f74674ba3396c5c23b6ec752b23a | |
| parent | b3f02949a31521c79163e56d7965881178e8cbb8 (diff) | |
| download | tdetoys-3f9b6090.tar.gz tdetoys-3f9b6090.zip | |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d9320c29b48b9cf2d0c0c62858a2aa127644a699)
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e1b4be4..cbda0a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( tdetoys ) -set( VERSION R14.0.13 ) ##### include essential cmake modules ########### @@ -37,6 +36,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |
