summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 17:08:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 17:09:26 +0900
commit67997e08b32d8c7f1865d97c076726505fa54256 (patch)
tree1f337dd88c0facb9b588b2a068c8de630a22bb17
parent1e1cfbfc566b278b3a54813f249687cefffcb05c (diff)
downloadkpicosim-r14.0.x.tar.gz
kpicosim-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 baeeabb06a4a689338bffafdd954e87bfe1f052f)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c59b02c..00fd2a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kpicosim )
-set( VERSION R14.0.13 )
#### include essential cmake modules
@@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )