summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 19:21:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 19:21:24 +0900
commit0496057fb6e76fa60bb069631402ba6b05d1a4e5 (patch)
treeb497f5c81fce05513e8efb30573222071b598f59
parent8dbed86e97e91415726470f8b88f6f6336f90364 (diff)
downloadtqca-0496057f.tar.gz
tqca-0496057f.zip
Use TDE cmake macro to set versionr14.1.0
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 fd59c92..ccb76d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tqca )
-set( VERSION R14.1.0 )
#### include essential cmake modules
@@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
if( CMAKE_INSTALL_LIBDIR )