summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-06-20 19:24:16 +0900
committerMichele Calgaro <[email protected]>2022-06-20 19:25:34 +0900
commit88a5793cde73e5c4ef8960b8dfde9a6b6f24112c (patch)
tree5bd1a92a65770342ca11d667aa23ace3b35ed951
parent086ceb850dd3380fecca37bb6422705a82438b9e (diff)
downloadlibart-lgpl-88a5793cde73e5c4ef8960b8dfde9a6b6f24112c.tar.gz
libart-lgpl-88a5793cde73e5c4ef8960b8dfde9a6b6f24112c.zip
Use TDE cmake macro to set versionr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 42183671a90b026ba54d269127bcd61ebb253786)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5bc885b..08679ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( libart-lgpl )
-set( VERSION R14.0.13 )
set( LIBART_VERSION 2.3.21 )
string( REPLACE "." ";" LIBART_VERSION_LIST ${LIBART_VERSION} )
@@ -36,6 +35,11 @@ include( CheckCSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )