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:21 +0900 |
commit | 8c3d9c42f5d4bd558b3863af3917c5eccf7d630c (patch) | |
tree | 5659692e82b23b17d6fdfffd865fcf35d86a9cef | |
parent | e5bdab95fe7278d917d5298da5c453200e99eb87 (diff) | |
download | konversation-8c3d9c42f5d4bd558b3863af3917c5eccf7d630c.tar.gz konversation-8c3d9c42f5d4bd558b3863af3917c5eccf7d630c.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3c6ce6d60dd7f45ed589ccdb42cd4630552e66bf)
-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 ) |