diff options
author | Michele Calgaro <[email protected]> | 2022-06-24 14:36:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-24 14:37:15 +0900 |
commit | 8ef09bda5bdfda9ca624bdac2665720f8c19da93 (patch) | |
tree | e32a6f53b48aad7080617ee2490eebb37e37155d | |
parent | 39f6532f5e4bca756264925c1ae048fed9a8c82f (diff) | |
download | libkexiv2-8ef09bda5bdfda9ca624bdac2665720f8c19da93.tar.gz libkexiv2-8ef09bda5bdfda9ca624bdac2665720f8c19da93.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 682c9087bd4d6b4a2218ccf94d3b61c42dd40738)
-rw-r--r-- | CMakeLists.txt | 6 |
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 ) |