summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 17:16:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 17:16:17 +0900
commitd2386cd0f8906a667ce97f788995442cd24d62aa (patch)
tree9dd9af8a5f6abc942bcab3abec15ef68c4dbe769
parent28a88e661c993673dc965aa749901d534da30fb8 (diff)
downloadktechlab-d2386cd0.tar.gz
ktechlab-d2386cd0.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 e8fcf7c..0656a3e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( ktechlab )
-set( VERSION R14.1.0 )
#### include essential cmake modules
@@ -33,6 +32,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )