summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 12:32:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 12:32:17 +0900
commit22af9253296bf81d1edd657e23ee7863bc313599 (patch)
treea02532281604ccefd2041824736a9eac40e98760
parent6847a7d4b71accfcf0082c2896150fb19a42efee (diff)
downloadtdenetworkmanager-22af9253.tar.gz
tdenetworkmanager-22af9253.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt5
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 )