summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 23:26:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 23:26:49 +0900
commit776f1ae10a51f36535fcd58d356a920f7e014e72 (patch)
tree206c06d95197deff40ebe3b076482bdb724694df
parent825599fcfff1d8e78368e2dfd9537499f48313a4 (diff)
downloadtdeaddons-776f1ae1.tar.gz
tdeaddons-776f1ae1.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e6a6098..af7de5c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,6 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( tdeaddons )
-set( VERSION R14.1.0 )
##### include essential cmake modules ###########
@@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )