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:36:26 +0900
commit3dc44fac9aaae5b232849caabe0433fa947d550b (patch)
tree813bc3b33687e09c29239391b0d87ce0bfc5a5be
parentf78af37e75d7558d10a24ade525b2efe1bc0cf90 (diff)
downloadmathemagics-3dc44fac9aaae5b232849caabe0433fa947d550b.tar.gz
mathemagics-3dc44fac9aaae5b232849caabe0433fa947d550b.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 2741297..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.1.0 )
##### include essential cmake modules
@@ -31,6 +30,11 @@ include( FindPkgConfig )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )