diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:24:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:24:16 +0900 |
commit | 42183671a90b026ba54d269127bcd61ebb253786 (patch) | |
tree | 5bd1a92a65770342ca11d667aa23ace3b35ed951 | |
parent | 9f2ffb32cfd3552c50be538def1298e78f2d8412 (diff) | |
download | libart-lgpl-r14.1.0.tar.gz libart-lgpl-r14.1.0.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 93a3959..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.1.0 ) 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 ) |