diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 19:19:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 19:19:05 +0900 |
commit | 3c6ce6d60dd7f45ed589ccdb42cd4630552e66bf (patch) | |
tree | e05c19317e31873b0df91a5f587de893517326a6 | |
parent | 38df311ba65f8c4ebfd8e593fed426447dc052cf (diff) | |
download | konversation-3c6ce6d60dd7f45ed589ccdb42cd4630552e66bf.tar.gz konversation-3c6ce6d60dd7f45ed589ccdb42cd4630552e66bf.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5910973..a1767c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |