summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-23 23:36:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-23 23:37:06 +0900
commit1e347a553542d39b42a5d4f13af451af378f6925 (patch)
tree3cd52bbd1ab63d0d57668c8d6ec993b134465eb8
parent60f206b2ddf25e3036704886dbe813af889aebdf (diff)
downloadmathemagics-r14.0.x.tar.gz
mathemagics-r14.0.x.zip
Use TDE cmake macro to set versionr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3dc44fac9aaae5b232849caabe0433fa947d550b)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0839ad9..b45b031 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,6 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup
project( mathemagics )
-set( VERSION R14.0.13 )
##### include essential cmake modules
@@ -31,6 +30,11 @@ include( FindPkgConfig )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )