diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 13:56:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 13:56:23 +0900 |
commit | e7d30e84d1b5e83a7b6c9ab0ebc4e6d9e21ab693 (patch) | |
tree | 3c189577b4e33c1bd2332467e55ec3d210014c8c | |
parent | af4330491f36fa933fc358e4781b59aa4037ba54 (diff) | |
download | libkdcraw-e7d30e84d1b5e83a7b6c9ab0ebc4e6d9e21ab693.tar.gz libkdcraw-e7d30e84d1b5e83a7b6c9ab0ebc4e6d9e21ab693.zip |
Use TDE cmake macro to set versionr14.1.0
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 ab9bc38..8763fb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( libkdcraw ) -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 ) |