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:54 +0900
commit2d0c08436c9cbda18493bb4fa6f484a403e2d553 (patch)
treec97d275212bc6032b438b5a7978d1087c1dfcbad
parent8d596555c7170491dd5782c3d8bdc0411213a78e (diff)
downloadktechlab-2d0c08436c9cbda18493bb4fa6f484a403e2d553.tar.gz
ktechlab-2d0c08436c9cbda18493bb4fa6f484a403e2d553.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d2386cd0f8906a667ce97f788995442cd24d62aa)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a3e94c..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.0.13 )
#### include essential cmake modules
@@ -33,6 +32,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )