diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 17:08:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 17:09:26 +0900 |
commit | 67997e08b32d8c7f1865d97c076726505fa54256 (patch) | |
tree | 1f337dd88c0facb9b588b2a068c8de630a22bb17 | |
parent | 1e1cfbfc566b278b3a54813f249687cefffcb05c (diff) | |
download | kpicosim-r14.0.13.tar.gz kpicosim-r14.0.13.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit baeeabb06a4a689338bffafdd954e87bfe1f052f)
-rw-r--r-- | CMakeLists.txt | 6 |
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 ) |