summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 19:17:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 19:17:34 +0900
commit03cf6b88348bf9bcb1f56aff5a2caa79c4781485 (patch)
treeef926ce97ec71da562a13a149e813d5489158d4c
parent8a9da7ae2671c604e0a85944e4f000572198195a (diff)
downloadknmap-r14.0.x.tar.gz
knmap-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 1f356d41b9f7e12b5289dfb32d699f0976c08d36)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8786e7f..9a3af8f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( knmap )
-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 )