summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 20:09:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 20:09:40 +0900
commitc48607b919db7dd83d21668309cc0a6df4617999 (patch)
treed029c45f543491d90f9387480632906270103e34
parentb510531f431d95017ff3502b9ad01b9e6601d90b (diff)
downloadtdegames-c48607b9.tar.gz
tdegames-c48607b9.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 750dec42..c8cc3891 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,6 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup
project( tdegames )
-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 )