summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 14:36:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 14:37:15 +0900
commit8ef09bda5bdfda9ca624bdac2665720f8c19da93 (patch)
treee32a6f53b48aad7080617ee2490eebb37e37155d
parent39f6532f5e4bca756264925c1ae048fed9a8c82f (diff)
downloadlibkexiv2-r14.0.x.tar.gz
libkexiv2-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 682c9087bd4d6b4a2218ccf94d3b61c42dd40738)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb8db65..10272fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( libkexiv2 )
-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 )