summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-25 19:06:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-25 19:06:31 +0900
commitc243009e07c9e21e2cd04e40f1903ad6305ece56 (patch)
treeab4081b3680c6143b82f8898f24e8370ae76288f
parenta2df6e1f40950d8c6a08ef530f10691a51952a91 (diff)
downloadtellico-c243009e.tar.gz
tellico-c243009e.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 82187f5..620e59a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( tellico )
-set( VERSION 1.3.6 )
+set( PACKAGE_VERSION 1.3.6 )
##### include essential cmake modules ###########
@@ -37,6 +37,11 @@ enable_testing()
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )