diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-23 23:36:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-23 23:36:26 +0900 |
commit | 3dc44fac9aaae5b232849caabe0433fa947d550b (patch) | |
tree | 813bc3b33687e09c29239391b0d87ce0bfc5a5be | |
parent | f78af37e75d7558d10a24ade525b2efe1bc0cf90 (diff) | |
download | mathemagics-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.txt | 6 |
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 ) |