summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 20:59:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 21:00:59 +0900
commitf62b74b3936536e656d18b1d203cce813ffec213 (patch)
tree879c768fb1eb0d31961e0bd63f417d114a779abc
parent70822ce3c5a56220ae30b96129536b6343823b38 (diff)
downloadtdepim-f62b74b3936536e656d18b1d203cce813ffec213.tar.gz
tdepim-f62b74b3936536e656d18b1d203cce813ffec213.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3b2bf711dacdeecaf8b244caa873216c7d245091)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28c36491..0330dbb6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,6 @@ cmake_minimum_required( VERSION 3.1 )
project( tdepim )
set( PACKAGE tdepim )
-set( VERSION R14.0.13 )
##### include essential cmake modules ###########
@@ -36,6 +35,11 @@ enable_testing( )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )