diff options
author | Michele Calgaro <[email protected]> | 2022-06-25 20:07:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-25 20:07:55 +0900 |
commit | 5b0f1eba7b4f0d9cd5ac8e122fab7cb83575a666 (patch) | |
tree | fdb726f0d4bc87de9fd03a212b075ee20ae8dd51 | |
parent | a8754a961bd8cc067b4cf4baf4fe7eb61afb1e3e (diff) | |
download | k3b-5b0f1eba7b4f0d9cd5ac8e122fab7cb83575a666.tar.gz k3b-5b0f1eba7b4f0d9cd5ac8e122fab7cb83575a666.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 95f279a9db263c2d3679ea1af7488a48e42da4fc)
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca42bb2..da8545b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,11 @@ include( CheckSymbolExists ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |