diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 12:32:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 12:32:17 +0900 |
commit | 22af9253296bf81d1edd657e23ee7863bc313599 (patch) | |
tree | a02532281604ccefd2041824736a9eac40e98760 | |
parent | 6847a7d4b71accfcf0082c2896150fb19a42efee (diff) | |
download | tdenetworkmanager-22af9253296bf81d1edd657e23ee7863bc313599.tar.gz tdenetworkmanager-22af9253296bf81d1edd657e23ee7863bc313599.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 1a251c0..fec68e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |