summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 19:55:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 19:55:25 +0900
commit64b27362f21b31ffb6f477568e100168c2f3beca (patch)
treee89b72f3c469955bb71050917ddcf7be1acbb68a
parente8a1c77d138b7cd04de097a8ede82e01698b9ba5 (diff)
downloadtdeartwork-64b27362.tar.gz
tdeartwork-64b27362.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 573f56ff..6bf675cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,6 @@ cmake_minimum_required( VERSION 3.1 )
project( tdeartwork )
set( PACKAGE tdeartwork )
-set( VERSION R14.1.0 )
##### include essential cmake modules
@@ -34,6 +33,11 @@ include( CheckSymbolExists )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )