diff options
author | Michele Calgaro <[email protected]> | 2022-06-24 14:36:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-24 14:36:38 +0900 |
commit | 682c9087bd4d6b4a2218ccf94d3b61c42dd40738 (patch) | |
tree | e32a6f53b48aad7080617ee2490eebb37e37155d | |
parent | dfdcb14fd51c12451e8b56587f52fcfa43cbc3e4 (diff) | |
download | libkexiv2-682c9087bd4d6b4a2218ccf94d3b61c42dd40738.tar.gz libkexiv2-682c9087bd4d6b4a2218ccf94d3b61c42dd40738.zip |
Use TDE cmake macro to set versionr14.1.0
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c2cb26c..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.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 ) |