diff options
author | Michele Calgaro <[email protected]> | 2022-06-22 23:37:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-22 23:39:15 +0900 |
commit | 310924b7c89ea82eccfac6751ffb01ac4da51191 (patch) | |
tree | 4f3b36361862f0c219e3e2a9b4e3a59661769027 | |
parent | b6466b5122667895fbfc0c5593ffcc1711f26898 (diff) | |
download | abakus-310924b7c89ea82eccfac6751ffb01ac4da51191.tar.gz abakus-310924b7c89ea82eccfac6751ffb01ac4da51191.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b1843ceb91e7df64da3f7d17734dffac268b1ca1)
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f17c63d..3421098 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |